mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2024-12-31 02:06:38 -05:00
Adding Web Interface: dockerUI
This commit is contained in:
parent
dc78ecd6ef
commit
29025e7137
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user