dive icon indicating copy to clipboard operation
dive copied to clipboard

A snap for dive

Open gruyaume opened this issue 2 years ago • 0 comments

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

gruyaume avatar May 12 '23 21:05 gruyaume