Created
January 8, 2022 11:17
-
-
Save sujalmandal/5520cc402768f82d770f6d3d303ebf3f to your computer and use it in GitHub Desktop.
run local docker registry
This file contains hidden or 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 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