From 265aca5fabc35d02d2cde138e11aed524ff2f9ed Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Tue, 8 Sep 2015 20:45:11 +0300 Subject: [PATCH 1/2] Add "rocker" tool - extended Dockerfile builder --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e584ac..8f3cd1c 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,8 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Dray](http://dray.it/) (Dray is an engine for managing the execution of container-based workflows. Docker Workflow Engine - UNIX pipes for Docker) by [@CenturyLinkLabs](https://github.com/CenturyLinkLab) * [docker-do](https://github.com/benzaita/docker-do) hassle-free docker run, like `env` but for docker by [@benzaita](https://github.com/benzaita) * [Docker osx dev](https://github.com/brikis98/docker-osx-dev) A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) +* [rocker](https://github.com/grammarly/rocker) extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. + ## Continuous Integration / Continuous Delivery From 8653b0204a69346da9b547bf1976214bbfde8f51 Mon Sep 17 00:00:00 2001 From: Yuriy Bogdanov Date: Tue, 8 Sep 2015 20:46:02 +0300 Subject: [PATCH 2/2] remove extra space --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8f3cd1c..5700b75 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,6 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Docker osx dev](https://github.com/brikis98/docker-osx-dev) A productive development environment with Docker on OS X by [@brikis98](https://github.com/brikis98) * [rocker](https://github.com/grammarly/rocker) extended Dockerfile builder. Supports multiple FROMs, MOUNTS, templates, etc. - ## Continuous Integration / Continuous Delivery * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.