From 1e37f28012354da37e006f23c5b4b4b809f48189 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Fri, 10 Mar 2017 10:37:07 +0200 Subject: [PATCH 1/2] update URL for DVM (docker version manager) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10a20cf..bcbc00f 100644 --- a/README.md +++ b/README.md @@ -419,7 +419,7 @@ Services to securely store your Docker images. * [draw-compose](https://github.com/Alexis-benoist/draw-compose) - Utility to draw a schema of a docker compose by [@Alexis-benoist](https://github.com/Alexis-benoist) * [Dropdock](http://dropdock.io/) - A framework designed for Drupal to build fast, isolated development environments using Docker. * [Dupper](https://github.com/athakwani/dupper) - Use git repository as Object Oriented Container. Setup Cloud Development environments with few commands for any git repository by [@athakwani](https://github.com/athakwani/) -* [DVM](https://github.com/getcarina/dvm) - Docker version manager by [@getcarina](https://github.com/getcarina) +* [DVM](https://github.com/howtowhale/dvm) - Docker version manager by [@howtowhale](https://github.com/howtowhale) * [Eclipse Che](http://www.eclipse.org/che) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDE * [forward2docker](https://github.com/bsideup/forward2docker) - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by [@bsideup](https://github.com/bsideup) * [GoSu](https://github.com/tianon/gosu) - Run this specific application as this specific user and get out of the pipeline (entrypoint script tool) by [@tianon](https://github.com/tianon) From 2febb47fda5d1ca4525be6fcc3a4c7bc12e796e9 Mon Sep 17 00:00:00 2001 From: Oleksii Tsvietnov Date: Fri, 10 Mar 2017 22:36:21 +0100 Subject: [PATCH 2/2] Add a new utility: TrivialRC --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e79a764..10204ce 100644 --- a/README.md +++ b/README.md @@ -430,6 +430,7 @@ Services to securely store your Docker images. * [percheron][percheron] - Organise your Docker containers with muscle and intelligence by [@ashmckenzie](https://github.com/ashmckenzie) * [Powerline-Docker](https://github.com/adrianmo/powerline-docker) - A Powerline segment for showing the status of Docker containers by [@adrianmo](https://github.com/adrianmo) * [Squid-in-a-can](https://github.com/jpetazzo/squid-in-a-can) - in case of proxy problem by [@jpetazzo][jpetazzo] +* [TrivialRC](https://github.com/vorakl/TrivialRC) - A minimalistic Runtime Configuration system and process manager for containers [@vorakl](https://github.com/vorakl) ## Volume management and plugins * [Blockbridge](https://github.com/blockbridge/blockbridge-docker-volume) - The Blockbridge plugin is a volume plugin that provides access to an extensible set of container-based persistent storage options. It supports single and multi-host Docker environments with features that include tenant isolation, automated provisioning, encryption, secure deletion, snapshots and QoS. By [@blockbridge][blockbridge]