Replies: 1 comment
-
Could someone take a look please? Maybe @Luap99 , since he answered a similar question of mine before. Thanks!! |
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.
-
Hello,
We need to run rootless podman commands (on a single machine) within different mount namespaces. We noticed that this causes podman to create new user & mount namespace corresponding to each mount namespace in which the command was executed.
This slightly deviates from the need of each podman command to be run in a single user & mount namespace, as mentioned in this red-hat article:
Our use case requires using
--network=host
, so the above limitation wouldn't effect us. Likewise, we don't require containers to join each other's container namespace, uts namespace etc. since we rely on host for such purposes. However, I wanted to ask if there are more limitations or side-effects which I should be aware of?(This question is related to #19726)
Thanks,
Tarun
Beta Was this translation helpful? Give feedback.
All reactions