From d8a01d18a121e407cbd46c312775d48bf5496cd3 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Fri, 9 Jun 2017 11:54:03 +0200 Subject: [PATCH] update DevLab to Binci transition --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 878a730..18dcb69 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [sbt-docker-compose](https://github.com/Tapad/sbt-docker-compose) - Integrates Docker Compose functionality into sbt by [@kurtkopchik](https://github.com/kurtkopchik/) ## Development Environments -* [DevLab](https://github.com/TechnologyAdvice/DevLab) - Utility for running containerized development environments +* [Binci](https://github.com/binci/binci) - Containerize your development workflow. (formerly DevLab by [@TechnologyAdvice][https://github.com/TechnologyAdvice]) * [Devstep](https://github.com/fgrehm/devstep) - Development environments powered by Docker and buildpacks by [@fgrehm][fgrehm] * [Docker osx dev](https://github.com/brikis98/docker-osx-dev) - A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) * [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)