Merged
requested to merge HarryMichal/gnome-builder:podman-add-interactive-option-to-exec into master
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.