Skip to content

plugins/podman: Add option "--interactive" to launcher

Description of the "--interactive" option in "podman exec" is "Keep STDIN open even if not attached".

This enables to run CLI apps that rely on input through stdin that would normally exit imediatelly when they don't detect an attached stdin (e.g., language server providers).

I found this to be necessarry when running gopls using Podman as the runtime provider.

Merge request reports