From 910227a1e23230d6c9fc9b0d16d9b51cde6c23da Mon Sep 17 00:00:00 2001 From: Simone Erba Date: Wed, 18 Oct 2017 18:42:16 +0200 Subject: [PATCH] Update Readme.md Added DockerSurfer in the web section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9605b8..3369f01 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Docker Registry Browser](https://github.com/klausmeyer/docker-registry-browser) - Web Interface for the Docker Registry HTTP API v2 by [@klausmeyer](https://github.com/klausmeyer) * [Docker Registry UI](https://github.com/atcol/docker-registry-ui) - A web UI for easy private/local Docker Registry integration by [@atc-](https://github.com/atcol) * [docker-registry-web](https://github.com/mkuchin/docker-registry-web) - Web UI, authentication service and event recorder for private docker registry v2 by [@mkuchin](https://github.com/mkuchin) +* [DockerSurfer](https://github.com/Simone-Erba/DockerSurfer) :construction: - A web service for analyze and browse dependencies between Docker images in the Docker registry, by [@Simone-Erba](https://github.com/Simone-Erba/) * [docker-swarm-visualizer](https://github.com/dockersamples/docker-swarm-visualizer) - Visualizes Docker services on a Docker Swarm (for running demos). * [dockering-on-rails](https://github.com/Electrofenster/dockerding-on-rails) :skull: - Simple Web-Interface for Docker with a lot of features by [@Electrofenster](https://github.com/Electrofenster/) * [OctoLinker](https://github.com/OctoLinker/browser-extension) - A browser extension for GitHub that makes the image name in a `Dockerfile` clickable and redirect you to the related Docker Hub page.