DEV Community

Cover image for Understanding Docker: part 2 – Tools: Dive
Aurélie Vache
Aurélie Vache

Posted on • Edited on

26 3

Understanding Docker: part 2 – Tools: Dive

Understanding Docker can be difficult or time-consuming. In order to spread knowledges about Cloud technologies I started to create sketchnotes about Docker. I think it could be a good way, more visual, to explain Docker (and others technologies like Kubernetes and Istio).

We continue the serie of Docker Sketchnotes with a focus about a useful tool: Dive.

Alt Text

If you are interested, I published all the sketchnotes on Docker (and new ones!) to make a "book" of 93 pages: "Understanding Docker in a visual way".

As usual, if you like theses sketchnotes, you can follow me, and tell me what do you think. I will publish others sketchs shortly :-).

Heroku

Deploy with ease. Manage efficiently. Scale faster.

Leave the infrastructure headaches to us, while you focus on pushing boundaries, realizing your vision, and making a lasting impression on your users.

Get Started

Top comments (5)

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 :)

Collapse
 
conantonakos profile image
Constantine Antonakos • Edited

I love this! I've been trying to grapple with Docker and see how to best use it. The visualizations and thought process are really helpful. Looking forward to more posts. Thank you!

Collapse
 
aurelievache profile image
Aurélie Vache

Thanks for your feedback ♥️

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay