wagoodman / dive

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

containerd and nerdctl #367

Open tuxtof opened 2 years ago

tuxtof commented 2 years ago

is there a recommended way to use dive with nerdctl and containerd ?

sureshg commented 2 years ago

Yes, this would be super useful, especially since many folks are moved to https://rancherdesktop.io/

Dentrax commented 2 years ago

Any updates or future plan on this? @wagoodman 🙏

nakamorichi commented 2 years ago

Might be related to https://github.com/containerd/nerdctl/issues/473#issuecomment-953548961 Also hoping for support.

chenxinlong commented 1 year ago

any progress here?

OverStruck commented 3 months ago

bump

afbjorklund commented 2 months ago

You can use nerdctl.sock from nerdctld, with dive v0.12.0 (needed for OCI support)

Or you can do:

nerdctl save busybox -o busybox.tar
dive docker-archive://busybox.tar