From 1c962796bfd1f87f744f04e4aca16e30ffb3d404 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 31 Aug 2016 15:22:44 +0200 Subject: [PATCH] Add composerize to Dev Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 215edc5..3180922 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ by [@prologic][prologic] * [Chaperone](https://github.com/garywiz/chaperone) - A single PID1 process designed for docker containers. Does user management, log management, startup, zombie reaping, all in one small package. by [@garywiz](https://github.com/garywiz) * [ns-enter](https://github.com/jpetazzo/nsenter) (no more ssh, enter name spaces of container) by [@jpetazzo][jpetazzo] * [Squid-in-a-can](https://github.com/jpetazzo/squid-in-a-can) (in case of proxy problem) by [@jpetazzo][jpetazzo] +* [Composerize](https://github.com/magicmark/composerize) Conververt docker run commands into docker-compose files * [docker-gen](https://github.com/jwilder/docker-gen) (Generate files from docker container meta-data) by [@jwilder][jwilder] * [dockerize](https://github.com/jwilder/dockerize) (Utility to simplify running applications in docker containers) by [@jwilder][jwilder] * [registrator](https://github.com/progrium/registrator) (Service registry bridge for Docker) by [@progrium][progrium]