Adding Web Interface: dockerUI

This commit is contained in:
Julien Bisconti 2014-11-21 20:36:12 +01:00
parent dc78ecd6ef
commit 29025e7137

View File

@ -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/