From 9d4243838f25680de0a676a0db576b33c8b32ea9 Mon Sep 17 00:00:00 2001 From: Paolo Mainardi Date: Mon, 17 Aug 2015 19:33:05 +0200 Subject: [PATCH] Added docker unison and docker-osx.dev tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57849a3..58231e7 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,8 @@ _Source:_ [What is Docker](https://www.docker.com/whatisdocker/) * [Devstep](https://github.com/fgrehm/devstep) (Development environments powered by Docker and buildpacks) by [@fgrehm](https://github.com/fgrehm) * [Lorry](https://lorry.io/) (Lorry is a docker-compose.yml validator and composer) by [@CenturyLinkLabs](https://github.com/CenturyLinkLab) * [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 Unison](https://github.com/leighmcculloch/docker-unison) (A docker volume container using Unison for fast two-way folder sync. Created as an alternative to slow boot2docker volumes on OS X.) +* [Docker osx dev](https://github.com/brikis98/docker-osx-dev) (A productive development environment with Docker on OS X) ## Continuous Integration / Continuous Delivery