dive for exploring docker image layers

This commit is contained in:
Morgan 2020-02-16 10:58:13 +01:00 committed by GitHub
parent c13da3c8d5
commit 35b8f0fb13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2016,6 +2016,7 @@ See also [Infrastructure](#infrastructure)
* [branderxero](https://github.com/branderxero/dockerdots) - dotfiles for docker
* [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) 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
## Gradle
* [Viktor Farcic](https://technologyconversations.com/2014/06/18/build-tools/) - (2014) Java Build Tools: Ant vs Maven vs Gradle