Replies: 2 comments
-
https://docs.podman.io/en/latest/markdown/podman-create.1.html#pid-mode So the option should work the same way, for quadlet it doesn't seem to be exposed. You can file a feature request for it or better open PR, adding new flags is quite easy. In general there is the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thnaks @Luap99 I'll take a look and think about a PR although I'm quite tied down with other projects at the moment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an equivelent in
podman
to thedocker
--pid flag ? (https://docs.docker.com/reference/cli/docker/container/run/#pid)i.e in
docker
you can have--pid=host
to share the host's PID namespace or e.g.--pid=container:my-nginx
to share the PID namespace with a different container.In particular is there a way to define this in a systemd podman(quadlet) file ? I cannot see an obvious option in the docs (https://docs.podman.io/en/latest/markdown/podman-systemd.unit.5.html)
Beta Was this translation helpful? Give feedback.
All reactions