From 90a02a5678182df17674064fa4f2f67943f8893f Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Tue, 25 Jul 2017 19:15:13 +0200 Subject: [PATCH] new system tools category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1f9d75..2235638 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ Services to securely store your Docker images. * [Docker Volume Clone Utility](https://github.com/gdiepen/docker-convenience-scripts) - A Docker Utility to Clone Volumes [@gdiepen](https://twitter.com/gdiepen) * [docker-compose-search](https://github.com/francescou/docker-compose-search) - A search engine for Docker Compose application stacks by [@francescou](https://github.com/francescou/) * [docker-do](https://github.com/benzaita/docker-do) - hassle-free docker run, like `env` but for docker by [@benzaita](https://github.com/benzaita) +* [docker-gen](https://github.com/jwilder/docker-gen) - Generate files from docker container meta-data by [@jwilder][jwilder] * [docker-ls](https://github.com/mayflower/docker-ls) - CLI tools for browsing and manipulating docker registries by [@mayflower](https://github.com/mayflower) * [docker-replay](https://github.com/bcicen/docker-replay) - Generate `docker run`command and options from running containers. By [bcicen](https://github.com/bcicen) * [docker-volumes](https://github.com/cpuguy83/docker-volumes) - Docker Volume Manager by [@cpuguy83][cpuguy83]