Skip to content

Instantly share code, notes, and snippets.

@nlamirault
Created July 24, 2014 14:20
Show Gist options
  • Save nlamirault/0e77593c46c4797c9eb5 to your computer and use it in GitHub Desktop.
Save nlamirault/0e77593c46c4797c9eb5 to your computer and use it in GitHub Desktop.
Docker registry
$ 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