Skip to content

Instantly share code, notes, and snippets.

@opposite-bracket
Created January 25, 2017 21:07
Show Gist options
  • Select an option

  • Save opposite-bracket/68640ab4722f63c56c76a393939ef60f to your computer and use it in GitHub Desktop.

Select an option

Save opposite-bracket/68640ab4722f63c56c76a393939ef60f to your computer and use it in GitHub Desktop.
Run private local docker registry
# Run a local registry:
docker run -d -p 5000:5000 --name registry registry:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment