Open gruyaume opened 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.
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
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:
Now, install the snap and connect it to docker:
Then use dive as you're used to: