From ed49ca7d1a6fbc22755a71d3abaa0dc2d18fd1c1 Mon Sep 17 00:00:00 2001 From: Thomas Vaillant Date: Mon, 25 Nov 2019 15:25:50 +0100 Subject: [PATCH] Add T.A.D.S. boilerplate A boilerplate + helper CLI to create Docker Swarm development environments and production deployments with Ansible, Vagrant and Terraform. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16fe6d0..b759a69 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Tools ### Containers - [Docker](https://www.docker.com/) - The tool that kickstarted the modern container movement +- [T.A.D.S. boilerplate](https://github.com/Thomvaill/tads-boilerplate) - A boilerplate + helper CLI to create Docker Swarm development environments and production deployments with Ansible, Vagrant and Terraform. - [rkt](https://coreos.com/rkt/docs/latest/) - An alternative container runtime and spec by the team at CoreOS ### Operating Systems