Created
March 19, 2017 09:39
-
-
Save rubyon/0babb114792e857a10b6cff757bdb233 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
sudo docker run -d \ | |
--name registry-web \ | |
--restart=always \ | |
-p 8082:8080 \ | |
--link registry \ | |
-e REGISTRY_URL=http://rubyon.co.kr:5555/v2 \ | |
-e REGISTRY_NAME=rubyon.co.kr:5555 \ | |
hyper/docker-registry-web |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment