Skip to content
Discussion options

You must be logged in to vote

The two processes are because of the reexec, the first podman command you run after the boot will always reexec to create+enter the podman userns+mounts. All following commands can just join that userns and do not need rexxec part.

Now if you involve mount namesapces then you very likely completely break the podman storage management unless you know exactly what you are doing. Thus running podman commands in different mount namespaces is definitely not recommend.
Likely because the new mounts the joining the existing namesapces is not possible and it falls back to reexec part.

Using podman unshare is a good way to do this as you are in the correct environment with that and it should not h…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tarun360
Comment options

You must be logged in to vote
2 replies
@tarun360
Comment options

@Luap99
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants