From e530c933d996f21819ba7528929f8a8965152df3 Mon Sep 17 00:00:00 2001 From: ringtail <773913792@qq.com> Date: Wed, 1 Nov 2017 01:42:44 -0500 Subject: [PATCH] Add Derrick --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bc831e..c10336f 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c ### Builder * [container-factory](https://github.com/mutable/container-factory) - Produces Docker images from tarballs of application source code by [@mutable](https://github.com/mutable) +* [Derrick](https://github.com/alibaba/derrick) - A tool help you to automate the generation of Dockerfile and dockerize application by scanning the code. By [@alibaba](https://github.com/alibaba). * [dlayer](https://github.com/wercker/dlayer) - Stats collector for Docker layers by [@wercker](https://github.com/wercker) * [docker-companion](https://github.com/mudler/docker-companion) - A command line tool written in Golang to squash and unpack docker images by [@mudler](https://github.com/mudler/) * [docker-make](https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command.