Last active
August 29, 2015 14:04
-
-
Save charlesmarshall/01ebefcb279c6132c8a1 to your computer and use it in GitHub Desktop.
CoreOS setting up 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
docker pull registry:latest && docker run --rm --name registry -p 5000:5000 registry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment