wagoodman / dive

A tool for exploring each layer in a docker image
MIT License
45.74k stars 1.75k forks source link

A snap for dive #448

Open gruyaume opened 1 year ago

gruyaume commented 1 year ago

Hello,

I created a snap for dive. Get it here. I don't intend on owning/maintaining the snap and would be more than happy to give it back to the upstream project here. Let me know what should I do.

Usage

You'll need the docker snap:

snap install docker

Now, install the snap and connect it to docker:

snap install dive
sudo snap connect dive:docker-executables docker:docker-executables
sudo snap connect dive:docker-daemon docker:docker-daemon

Then use dive as you're used to:

dive ubuntu:latest