From 21e335c0e6f2417f5e8d139381000053a3c15db3 Mon Sep 17 00:00:00 2001 From: Philipp Heuer Date: Mon, 22 Jan 2018 17:39:57 +0100 Subject: [PATCH] Add EnvCLI --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cba1bbc..7266743 100644 --- a/README.md +++ b/README.md @@ -471,6 +471,7 @@ Services to securely store your Docker images. * [Docker-sync](http://docker-sync.io/) - Drastically improves performance ([50-70x](https://github.com/EugenMayer/docker-sync/wiki/4.-Performance)) when using Docker for development on Mac OS X/Windows and Linux while sharing code to the container. By [@EugenMayer](https://github.com/EugenMayer) * [Dusty](http://dusty.gc.com/) - Managed Docker development environments on OS X * [Eclipse Che](http://www.eclipse.org/che/) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDE +* [EnvCLI](https://github.com/PhilippHeuer/EnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By [@PhilippHeuer](https://github.com/PhilippHeuer) * [forward2docker](https://github.com/bsideup/forward2docker) :skull: - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by [@bsideup](https://github.com/bsideup) * [Vagga](https://github.com/tailhook/vagga) - Vagga is a containerisation tool without daemons. It is a fully-userspace container engine inspired by Vagrant and Docker, specialized for development environments by [@tailhook](https://github.com/tailhook/) * [Vessel](https://github.com/awvessel/vessel) :skull: - Automates the setup & use of dockerized development environments by [@awvessel](https://github.com/awvessel)