diff --git a/README.md b/README.md index 1359f28..3a6a8d5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge * [Dev Tools](#dev-tools) * [Useful Images](#useful-images) * [Storing Images](#storing-images) + * [Web Interface](#web-interface) * [Running Containers](#running-containers--orchestration) * [Networking](#networking) * [Logging](#logging) @@ -156,7 +157,11 @@ This list is not exhaustive (nor is it meant to be) but can probably help you ge ### Storing Images * [Docker Registry](https://github.com/docker/docker-registry) (Registry server for Docker (hosting/delivering of repositories and images)) + + +### Web Interface * [Docker Registry Web](https://github.com/atc-/docker-registry-web) (A web UI for easy private/local Docker Registry integration) by [@atc-](https://github.com/atc-) +* [DockerUI](https://github.com/crosbymichael/dockerui) (DockerUI is a web interface to interact with the Remote API.) by [@crosbymichael](https://github.com/crosbymichael) ### Running Containers / Orchestration * [Shipyard](https://github.com/shipyard/shipyard) (Composable Docker Management) -- http://shipyard-project.com/