Point run command to Docker Hub in README.md

This commit is contained in:
Konrad Kleine 2014-09-17 15:03:46 +02:00
parent 509ff58c52
commit e6b8606a7b

View file

@ -5,7 +5,7 @@ The `docker-registry-frontend` is a pure web-based solution for browsing any pri
To follow the philosophy of Docker, this application is available in the form of an image that you can run as a container by executing this command:
sudo docker run -d -e DOCKER_REGISTRY_URL=http://path-to-your-registry -p 8080:80 docker-registry-frontend
sudo docker run -d -e DOCKER_REGISTRY_URL=http://path-to-your-registry -p 8080:80 konradkleine/docker-registry-frontend
This command starts the container and forwards the container's private port `80` to your host's port `8080`. Make sure you specify the correct url to your registry.