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.ioregistry when configured to use a mirror registry? Is there a way to configure it to only use what is configured in thehosts.tomlfile?My
C:\ProgramData\containerd\certs.d\docker.io\hosts.tomlfile has this content:Please note that
https://registry.test:5555does not really exist (it will return connection refused), its like that to test thenerdctlbehavior.Here's the
--debug-fulloutput, notice thetrying next hostlines (one forregistry.test:5555and a unexpected call toregistry-1.docker.io):Beta Was this translation helpful? Give feedback.
All reactions