Skip to content

Instantly share code, notes, and snippets.

@jschneiderhan
Created August 30, 2013 16:08
Show Gist options
  • Save jschneiderhan/6391447 to your computer and use it in GitHub Desktop.
Save jschneiderhan/6391447 to your computer and use it in GitHub Desktop.
Error while trying to push to private docker registry (replaced real domain name with my.docker.registry.com)
$ sudo docker push my.docker.registry.com:443/private/testing123
The push refers to a repository [my.docker.registry.com:443/private/testing123] (len: 1)
Sending image list
Pushing repository my.docker.registry.com:443/private/testing123 (1 tags)
Pushing 27cf784147099545
2013/08/30 16:06:54 Failed to upload metadata: Put https://docker-registry/v1/images/27cf784147099545/json: dial tcp 199.101.28.20:443: connection timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment