Last active
August 9, 2020 15:45
-
-
Save jwhitehorn/6805d2d4c35f4930d760f8cc9a589878 to your computer and use it in GitHub Desktop.
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 pull registry | |
docker run -d -p 5000:5000 \ | |
--restart always \ | |
-e REGISTRY_PROXY_REMOTEURL='https://registry-1.docker.io' \ | |
-v /mnt/simple-storage/registry:/var/lib/registry \ | |
--name registry registry |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment