With dive, an interactive console tool written in Golang, you can explore through the different layers of a docker image. What are docker layers Every docker image contains the information of what changed in comparison to its parent image. All images have a parent one, except those that derive from scratch, a special case…