Created
January 11, 2021 12:15
-
-
Save HarshadRanganathan/a980ee0001a6b05d4dba70b803415cae to your computer and use it in GitHub Desktop.
Docker commands
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
# Run Docker Local 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