nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

nerdctl run not support --pid=container:xxxx and --ipc=container:xxx but docker is supported

Open ibayue opened this issue 3 years ago • 1 comments

Description

nerdctl run not support --pid=container:xxxx and --ipc=container:xxx but docker is supported

image

image

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

ibayue avatar Aug 02 '22 09:08 ibayue

joins another container's PID namespace is not yet supported , same thing for ipc

fahedouch avatar Aug 02 '22 09:08 fahedouch

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?

minuk-dev avatar Feb 05 '24 13:02 minuk-dev

Close as completed by #2757

djdongjin avatar Feb 07 '24 21:02 djdongjin