add dexec in dev tools

This commit is contained in:
Julien Bisconti 2015-09-28 18:40:07 +02:00
parent f0da3ddbe8
commit 4b178e4903

View File

@ -283,6 +283,7 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/)
* [docker-do](https://github.com/benzaita/docker-do) hassle-free docker run, like `env` but for docker by [@benzaita](https://github.com/benzaita)
* [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)
* [rocker](https://github.com/grammarly/rocker) extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc.
* [dexec](https://github.com/docker-exec/dexec) Command line interface for running code with Docker Exec images. https://docker-exec.github.io/ written in Go.
## Continuous Integration / Continuous Delivery