From fe1e75c7059076e0cadff5dc534d51301c9e07e4 Mon Sep 17 00:00:00 2001 From: Andreas Gebhardt Date: Sat, 1 Apr 2017 17:58:08 +0200 Subject: [PATCH] add `docker-it-scala` by @whisklabs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d93d2a1..8b4daa3 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ _Source:_ [What is Docker](https://www.docker.com/what-docker) * [bocker](https://github.com/p8952/bocker) (1) - Docker implemented in 100 lines of bash by [p8952](https://github.com/p8952) * [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen) * [Docker Client for JVM](https://github.com/gesellix/docker-client) - A Docker remote api client library for the JVM, written in Groovy by [@gesellix][gesellix] +* [docker-it-scala](https://github.com/whisklabs/docker-it-scala) - Docker integration testing kit with Scala by [@whisklabs](https://github.com/whisklabs) * [docker-maven-plugin (1)](https://github.com/spotify/docker-maven-plugin) - A Maven plugin for building and pushing Docker images by [@spotify](https://github.com/spotify/) * [docker-maven-plugin (2)](https://github.com/fabric8io/docker-maven-plugin) - A Maven plugin for running and creating Docker images by [@fabric8io](https://github.com/fabric8io) * [Docker-PowerShell](https://github.com/Microsoft/Docker-PowerShell) - PowerShell Module for Docker