Skip to content
Discussion options

You must be logged in to vote

There is only one user namespace (pause process) per user. When you call podman system reset it will kill the pause process thus make other namespace incorrect.

You can do that stuff to isolate instances but don't use system reset or system migrate as they kill the pause process. If you do podman rm -all; podman image rm --all; podman volume rm --all etc... then it should still work.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tzuwei93
Comment options

Answer selected by tzuwei93
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