DEV Community

Discussion on: Understanding Docker: part 2 – Tools: Dive

Collapse
 
hamzaouni17 profile image
Hamza Ouni • Edited

I pulled the dive image and tried to run it using this command :
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock
wagoodman/dive:latest (dive arguments...)

what should i put in place of the dive arguments?

Collapse
 
aurelievache profile image
Aurélie Vache

Hi,
the argument for dive is an image name for example ;)

Collapse
 
hamzaouni17 profile image
Hamza Ouni

thanks :)