Merge pull request #498 from ringtail/master

Add Derrick
This commit is contained in:
Julien Bisconti
2017-11-01 09:01:30 +02:00
committed by GitHub

View File

@@ -345,6 +345,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c
*Applications designed to help or simplify building **new** images*
* [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.