Dive – A tool for exploring each layer in a Docker image
1–10 of 45 posts
Re: Dive – A tool for exploring each layer in a Docker image
#2I've had a hard time understanding the slices on the beginning will be very useful for troubleshooting bad images also while optimizing image sizes.
Can probably help to understand problems like the one bug where the image size got almost a 2x increase after a CHOWN, because the slice is added again with different owner ( I think ;) ) would be so much easier to see with this.
Ref for the old bug https://github.com/moby/moby/issues/5505
Re: Dive – A tool for exploring each layer in a Docker image
#3This is amazing, thanks for sharing it! A very useful feature that I always missed but never actually tough about. I've had a hard time understanding the slices on the beginning will be very useful for troubleshooting bad images also while optimizing image sizes. Can probably help to understand problems like the one bug where the image size got almost a 2x increase after a CHOWN, because the slice is added again with…
Re: Dive – A tool for exploring each layer in a Docker image
#4Re: Dive – A tool for exploring each layer in a Docker image
#5Re: Dive – A tool for exploring each layer in a Docker image
#6Nice!! have been waiting for something like this for a while. Gonna try this for sure.
Re: Dive – A tool for exploring each layer in a Docker image
#7Re: Dive – A tool for exploring each layer in a Docker image
#8Re: Dive – A tool for exploring each layer in a Docker image
#9Re: Dive – A tool for exploring each layer in a Docker image
#10Also looking into Nix to help my container workflow more declarative.