Created
August 2, 2013 14:34
-
-
Save jacobat/6140328 to your computer and use it in GitHub Desktop.
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
vagrant@precise64:~/docker-registry$ docker ps | |
ID IMAGE COMMAND CREATED STATUS PORTS | |
vagrant@precise64:~/docker-registry$ docker run -d -p :5000 samalba/docker-registry | |
1e7136e663a6 | |
vagrant@precise64:~/docker-registry$ docker ps | |
ID IMAGE COMMAND CREATED STATUS PORTS | |
1e7136e663a6 samalba/docker-registry:latest /bin/sh -c cd /docke 2 seconds ago Up 1 seconds 49156->5000 | |
vagrant@precise64:~/docker-registry$ |
Author
jacobat
commented
Aug 2, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment