From 010a0fe649c440cd5b534c4bc3a73f98ed43a2a1 Mon Sep 17 00:00:00 2001 From: Effy Elden Date: Sat, 8 Jun 2019 14:50:38 +1000 Subject: [PATCH] Add batect to Development Environment Add batect to Development Environment - build and testing environments as code tool: Dockerised build and testing environments made easy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee72b6f..feed132 100644 --- a/README.md +++ b/README.md @@ -514,6 +514,7 @@ Services to securely store your Docker images. ### Development Environment +- [batect](https://github.com/charleskorn/batect) - build and testing environments as code tool: Dockerised build and testing environments made easy - [Binci](https://github.com/binci/binci) - Containerize your development workflow. (formerly DevLab by [@TechnologyAdvice](https://github.com/TechnologyAdvice)) - [Boot2Docker](https://github.com/boot2docker/boot2docker) - Docker for OSX and Windows - [construi](https://github.com/lstephen/construi) - Run your builds inside a Docker defined environment by [@lstephen](https://github.com/lstephen)