-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Description
Problem description
I am trying to tag and push a docker image. I've done this successfully with 2 other private (insecure) docker registries.
Problem location
docker push to private registry
I created the registry like this:
docker run -d -p 5007:5000 --restart=always --name registry registry:2
The command I am trying to run

The error I see in /var/log/messages
This worked on another docker registry, on a different server
I was able to run this command successfully on a separate docker registry I have (using all the same kind of configuration - including the insecure-regstiry), created in identically the same way
Project version(s) affected
Other configuration
I am using an insecure registry

I also configure a corporate proxy
The IP of this proxy is 10.93.64.3 (which is the IP we see in the error in /var/log/messages. Yet I believe that I have NO_PROXY setup correctly (10.93.97.123 is 4th in following list):







