Replies: 1 comment 3 replies
-
it try to pull from |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why
nerdctl
(0.22.0) still falls back to theregistry-1.docker.io
registry when configured to use a mirror registry? Is there a way to configure it to only use what is configured in thehosts.toml
file?My
C:\ProgramData\containerd\certs.d\docker.io\hosts.toml
file has this content:Please note that
https://registry.test:5555
does not really exist (it will return connection refused), its like that to test thenerdctl
behavior.Here's the
--debug-full
output, notice thetrying next host
lines (one forregistry.test:5555
and a unexpected call toregistry-1.docker.io
):Beta Was this translation helpful? Give feedback.
All reactions