docker-registry-frontend/README.md
2014-09-17 15:01:56 +02:00

786 B

README

The docker-registry-frontend is a pure web-based solution for browsing any private Docker repository that you can reach via a URL.

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

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.

If you like the application, I invite you to contribute and report bugs or feature request on the project's github page: https://github.com/kwk/docker-registry-frontend.

Thank you for your interest!

Konrad