a difference in the output of namespace moby and k8s.io. #1412
-
DescriptionThere is a difference in the output of namespace moby and k8s.io. Steps to reproduce the issue
[user@hostname sungjun]$ sudo ./nerdctl --namespace=k8s.io ps -a
[user@hostname nerdbin]$ sudo ./nerdctl --namespace=moby ps -a Describe the results you received and expectedI expected the same output to come out even if the namespace is different. If the namespace is k8s.io, the output is printed as expected. However, I wanted the image name (or image digest) to be printed when the namespace is moby. Also, in case 1, the form is not unified as shown below. What version of nerdctl are you using?In both cases, I went with nerdctl version 0.23.0. Are you using a variant of nerdctl? (e.g., Rancher Desktop)No response Host information
Client: Server:
Client: Server: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Image information cannot be shown with Docker 20.10, as Docker 20.10 does not use containerd's image store. Docker 23.XX will use containerd's image store, so the image names will be inspectable via nerdctl too. |
Beta Was this translation helpful? Give feedback.
Image information cannot be shown with Docker 20.10, as Docker 20.10 does not use containerd's image store.
Docker 23.XX will use containerd's image store, so the image names will be inspectable via nerdctl too.
https://github.com/moby/moby/pulls?q=is%3Apr+is%3Aopen+label%3Acontainerd-integration