DEV Community

Cover image for Understanding Docker: part 22 – Debugging/Troubleshooting Docker
Aurélie Vache
Aurélie Vache

Posted on • Edited on

14 4

Understanding Docker: part 22 – Debugging/Troubleshooting Docker

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

We continue the series of Docker sketchnotes with a focus about how to debug and troubleshoot Docker issues.

Alt Text

Alt Text

Alt Text

Alt Text

Alt Text

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

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".

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (2)

Collapse
 
slidenerd profile image
slidenerd

docker run -D xxx gives unknown shorthand flag: 'D' in -D

Collapse
 
aurelievache profile image
Aurélie Vache

Yes in fact it's docker -D xxx, so for example:

docker -D run debian:stable

sorry :)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay