Created
August 30, 2013 16:08
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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