Skip to content

Instantly share code, notes, and snippets.

@sujalmandal
Created January 8, 2022 11:17
Show Gist options
  • Save sujalmandal/5520cc402768f82d770f6d3d303ebf3f to your computer and use it in GitHub Desktop.
Save sujalmandal/5520cc402768f82d770f6d3d303ebf3f to your computer and use it in GitHub Desktop.
run local docker registry
docker run -d -p 5000:5000 --restart=always --name registry registry:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment