From 0152178462f9a5f2871e2bde3352b109eb6b3d16 Mon Sep 17 00:00:00 2001 From: Petr Michalec Date: Tue, 10 Jul 2018 11:25:48 +0200 Subject: [PATCH] Add DockerMake to builders --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba6d5b4..d4e5c86 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ Applications designed to help or simplify building **new** images - [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/) +- [DockerMake](https://github.com/avirshup/DockerMake) - A reproducible Docker image build system for complex software stacks. - [docker-make](https://github.com/CtripCloud/docker-make) - Build, tag,and push a bunch of related docker images via a single command. - [docker-replay](https://github.com/bcicen/docker-replay) - Generate `docker run`command and options from running containers. By [bcicen](https://github.com/bcicen) - [DockerSlim](https://github.com/docker-slim/docker-slim) shrinks fat Docker images creating the smallest possible images.