-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow appending shared namespace to pod (something like --share +pid) #13422
Comments
@mheon if you think that patch is OK, I can open a PR for it (plus docs)... |
Sure, looks fine |
Maybe also add support for |
would something like |
With my patch (above), or you are proposing such behavior? With patch above, that would fail, as it would strip only leading '+' from |
yes I was proposing something more generic |
A friendly reminder that this issue had no activity for 30 days. |
@markkrj Did you continue to work on this. I think it is a good idea, are you going to open a PR? |
A friendly reminder that this issue had no activity for 30 days. |
Fixes: containers#13422 Signed-off-by: Daniel J Walsh <[email protected]>
Fixes: containers#13422 Signed-off-by: Daniel J Walsh <[email protected]>
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Add option to allow appending shared namespace to pod
Steps to reproduce the issue:
podman pod create --name test --share pid
podman pod inspect test --format '{{join .SharedNamespaces ","}}'
Describe the results you received:
pid
Describe the results you expected:
uts,pid,ipc,net
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Would something like this be acceptable?
Or maybe add a new flag
--add-share/--share-add
The text was updated successfully, but these errors were encountered: