containerd / nerdctl

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...
Apache License 2.0
7.86k stars 585 forks source link

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

Closed ibayue closed 6 months ago

ibayue commented 2 years ago

Description

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

image

image

Steps to reproduce the issue

1. 2. 3.

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

fahedouch commented 2 years ago

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

minuk-dev commented 6 months ago

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?

djdongjin commented 6 months ago

Close as completed by #2757