mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-01-03 03:31:18 -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)
|
* [Dev Tools](#dev-tools)
|
||||||
* [Useful Images](#useful-images)
|
* [Useful Images](#useful-images)
|
||||||
* [Storing Images](#storing-images)
|
* [Storing Images](#storing-images)
|
||||||
|
* [Web Interface](#web-interface)
|
||||||
* [Running Containers](#running-containers--orchestration)
|
* [Running Containers](#running-containers--orchestration)
|
||||||
* [Networking](#networking)
|
* [Networking](#networking)
|
||||||
* [Logging](#logging)
|
* [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
|
### Storing Images
|
||||||
* [Docker Registry](https://github.com/docker/docker-registry) (Registry server for Docker (hosting/delivering of repositories and 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-)
|
* [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
|
### Running Containers / Orchestration
|
||||||
* [Shipyard](https://github.com/shipyard/shipyard) (Composable Docker Management) -- http://shipyard-project.com/
|
* [Shipyard](https://github.com/shipyard/shipyard) (Composable Docker Management) -- http://shipyard-project.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user