Skip to content

Docker Push Fails #9971

@davesargrad

Description

@davesargrad

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
image

The error I see in /var/log/messages

image

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

image

Project version(s) affected

image

Other configuration

I am using an insecure registry
image

Docker image list
image

I also configure a corporate proxy

image

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):
image

Some other views into the docker state

image

image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions