Skip to content

Instantly share code, notes, and snippets.

@charlesmarshall
Last active August 29, 2015 14:04
Show Gist options
  • Save charlesmarshall/01ebefcb279c6132c8a1 to your computer and use it in GitHub Desktop.
Save charlesmarshall/01ebefcb279c6132c8a1 to your computer and use it in GitHub Desktop.
CoreOS setting up Docker registry
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