Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 19, 2017 09:39
Show Gist options
  • Save rubyon/0babb114792e857a10b6cff757bdb233 to your computer and use it in GitHub Desktop.
Save rubyon/0babb114792e857a10b6cff757bdb233 to your computer and use it in GitHub Desktop.
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