nerdctl is not listing images (nerdctl -n moby images
)
#1667
Answered
by
AkihiroSuda
kesavkolla
asked this question in
Q&A
-
I have docker installed on the same machine as nerdctl. I have used docker pull to pull image. I have the following output
I was expecting similar output when I use nerdctl. But I get empty results:
I have custom docker root directory:
Is there any setting I have to use for nerdctl to get the same output as docker? |
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Dec 20, 2022
Replies: 1 comment
-
Expected behavior, because Docker does not use the containerd image store. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkihiroSuda
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior, because Docker does not use the containerd image store.
Will be changed in Docker v24 though. ( https://github.com/moby/moby/issues?q=+label%3Acontainerd-integration+ )