Skip to content

Instantly share code, notes, and snippets.

@jkullick
Created August 5, 2016 10:36
Show Gist options
  • Save jkullick/c28cb21f14cca29e8cc27ce1798f0154 to your computer and use it in GitHub Desktop.
Save jkullick/c28cb21f14cca29e8cc27ce1798f0154 to your computer and use it in GitHub Desktop.
Run Docker Registry
docker run --name=registry --restart=always -d -p 5000:5000 registry:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment