From 4b178e4903256c559210abca660b5e1123e8c971 Mon Sep 17 00:00:00 2001 From: Julien Bisconti Date: Mon, 28 Sep 2015 18:40:07 +0200 Subject: [PATCH] add dexec in dev tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2fcb96..e875f5b 100644 --- a/README.md +++ b/README.md @@ -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