From c0cdc04ce56aceff4d330c4c7595fee9d30366e6 Mon Sep 17 00:00:00 2001 From: Dexter Tad-y Date: Wed, 22 Jul 2015 07:00:26 +0800 Subject: [PATCH] added web interface tool: Portus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df47e25..0bd12c0 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ Securely store your Docker images. * [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) * [DockerBoard](https://github.com/dockerboard/dockerboard) (Simple dashboards, visualizations, managements for your dockers.) by [@dockerboard](https://github.com/dockerboard) +* [Portus](https://github.com/SUSE/Portus) (Authorization service and frontend for Docker registry (v2)) by [@SUSE](https://github.com/SUSE) ## Local Container Manager * ~~[Fig](https://github.com/docker/fig) (Fast, isolated development environments using Docker) -- http://www.fig.sh~~ --> Fig has been replaced by [Docker Compose](http://docs.docker.com/compose/), and is now deprecated. The new documentation is on the [Docker website](http://docs.docker.com/compose/).