From 7c78a79507b76422fb85d6fdd1ef3c47c3157284 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Mon, 24 Dec 2018 11:17:41 -0500 Subject: [PATCH] Adding docker-config-update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6eb15b..21e054e 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ _Source:_ [What is Docker](https://www.docker.com/why-docker) - [Composerize](https://github.com/magicmark/composerize) - Convert docker run commands into docker-compose files - [crowdr](https://github.com/polonskiy/crowdr) - Tool for managing multiple Docker containers (`docker-compose` alternative) by [@polonskiy](https://github.com/polonskiy/) - [docker-compose-graphviz](https://github.com/abesto/docker-compose-graphviz) - Turn a docker-compose.yml files into Graphviz .dot files by [@abesto](https://github.com/abesto) +- [docker-config-update](https://github.com/sudo-bmitch/docker-config-update) - Utility to update docker configs and secrets for deploying in a compose file by [@sudo-bmitch](https://github.com/sudo-bmitch) - [draw-compose](https://github.com/Alexis-benoist/draw-compose) - Utility to draw a schema of a docker compose by [@Alexis-benoist](https://github.com/Alexis-benoist) - [elsy](https://github.com/cisco/elsy) - An opinionated, multi-language, build tool based on Docker and Docker Compose - [habitus](https://github.com/cloud66-oss/habitus) - A Build Flow Tool for Docker by [@cloud66](https://github.com/cloud66)