From 837632fbd99945fa4487d7260833bcdce151e936 Mon Sep 17 00:00:00 2001 From: Rachid Zarouali Date: Mon, 1 May 2017 11:45:58 +0200 Subject: [PATCH] added DockerSpec --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78b190a..e54d239 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [Skipper](https://github.com/Stratoscale/skipper) - Easily dockerize your Git repository by [@Stratoscale](https://github.com/Stratoscale) * [SwarmCI](https://github.com/ghostsquad/swarmci) - Create a distributed, isolated task pipeline in your Docker Swarm. * [Watchtower](https://github.com/v2tec/watchtower) - Automatically update running Docker containers by [@CenturyLinkLabs][CenturyLinkLabs] +* [DockerSpec](https://github.com/zuazo/dockerspec) - A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily. ### CI Services * [CircleCI](https://circleci.com/) - Push or pull Docker images from your build environment, or build and run containers right on CircleCI.