Member-only story
An Awesome Tool Every Docker User Should Use
2 min readFeb 28, 2022
Welcome back! Docker is an awesome tool for containerizing and deploying our software, if you’re new to Docker, check out the link below to learn more about it:
So, let’s talk about an awesome tool that every Docker user should use! This tool is called dive, and it allows us to explore each layer in a docker image, luckily for us, this tool is hosted on GitHub, check out the link below to jump straight to their repository:
First of all, this tool is primarily built with Go, which is one of my favorite programming languages:
This tool also allows us to discover ways to shrink the size of our Docker image as well: