From 26237eb51de5d50f7a501e48162d71f21ea99bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?jzl=E5=90=89=E5=BF=97=E9=BE=99?= Date: Thu, 21 Jul 2016 10:52:31 +0800 Subject: [PATCH] Add docker-make. a cli tool to build, tag and push a bunch of related docker images. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61bf67b..0a08e7b 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ by [@prologic][prologic] * [docker-useful-commands](https://github.com/cauealves/docker-useful-commands) - A list with useful commands for make your day better * [docker-gulp-seed](https://github.com/cauealves/docker-gulp-seed) - This project is a skeleton for make a simple way to run tasks of Gulp inside a container. * [Whale-linter](https://github.com/jeromepin/whale-linter) - A simple and small Dockerfile linter written in Python3+ without dependencies. +* [docker-make](https://github.com/CtripCloud/docker-make) - build,tag,and push a bunch of related docker images via a single command. ## Continuous Integration / Continuous Delivery