nerdctl
nerdctl copied to clipboard
nerdctl run not support --pid=container:xxxx and --ipc=container:xxx but docker is supported
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
joins another container's PID namespace is not yet supported , same thing for ipc
I think this issue was resolved by https://github.com/containerd/nerdctl/pull/2757, https://github.com/containerd/nerdctl/pull/1411. Could you check it, please?
Close as completed by #2757