From 2d07e1370c01deb8fd7c6682272dcad461407e94 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 24 Aug 2021 15:43:20 +0200 Subject: [PATCH] Copy article to containers section --- sections/devops.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sections/devops.md b/sections/devops.md index 8010aaf..8f490c1 100644 --- a/sections/devops.md +++ b/sections/devops.md @@ -886,6 +886,7 @@ See also [Infrastructure](README.md#infrastructure) * [Yevgeniy Brikman](https://blog.gruntwork.io/open-sourcing-terratest-a-swiss-army-knife-for-testing-infrastructure-code-5d883336fcd5) - (2018) Open sourcing Terratest: a swiss army knife for testing infrastructure code | Tools to test Terraform, Packer, Docker, AWS, and much more * [Yevgeniy Brikman](https://www.infoq.com/presentations/automated-testing-terraform-docker-packer/) - (2019) [Slides] [Video] Automated Testing for Terraform, Docker, Packer, Kubernetes, and More * [wagoodman/dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image +* [Mattia Gheda](https://ghedam.at/15502/speedy-development-environments-with-nix-and-docker) - (2020) Speedy Development environments with Nix and Docker ## Gradle * [Viktor Farcic](https://technologyconversations.com/2014/06/18/build-tools/) - (2014) Java Build Tools: Ant vs Maven vs Gradle