Created
July 24, 2014 14:20
-
-
Save nlamirault/0e77593c46c4797c9eb5 to your computer and use it in GitHub Desktop.
Docker registry
This file contains 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.io login 10.33.1.174:5000 | |
Username: oab | |
Password: | |
Email: oab | |
Account created. Please see the documentation of the registry http://10.33.1.174:5000/v1/ for instructions how to activate it. | |
$ sudo docker.io push 10.33.1.174:5000:oab/base | |
2014/07/24 16:17:28 Error: Invalid Registry endpoint: Get http://10.33.1.174:5000:oab/v1/_ping: dial tcp: too many colons in address 10.33.1.174:5000:oab | |
$ sudo docker.io push 10.33.1.174:5000/base | |
The push refers to a repository [10.33.1.174:5000/base] (len: 0) | |
2014/07/24 16:19:49 No such id: 10.33.1.174:5000/base |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment