We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
nerdctl run not support --pid=container:xxxx and --ipc=container:xxx but docker is supported
Using nerdctl to create a new container can share pid ipc with other containers
0.22.2
No response
The text was updated successfully, but these errors were encountered:
joins another container's PID namespace is not yet supported , same thing for ipc
joins another container's PID namespace
ipc
Sorry, something went wrong.
nerdctl run
--ipc=(shareable|container:<container>)
I think this issue was resolved by #2757, #1411. Could you check it, please?
Close as completed by #2757
No branches or pull requests
Description
nerdctl run not support --pid=container:xxxx and --ipc=container:xxx but docker is supported
Steps to reproduce the issue
Describe the results you received and expected
Using nerdctl to create a new container can share pid ipc with other containers
What version of nerdctl are you using?
0.22.2
Are you using a variant of nerdctl? (e.g., Rancher Desktop)
No response
Host information
No response
The text was updated successfully, but these errors were encountered: