DEV Community

Cover image for Understanding Docker: part 28 – Build images
Aurélie Vache
Aurélie Vache

Posted on • Updated on

Understanding Docker: part 28 – Build images

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 an explanation about how to build an image.

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

Top comments (7)

Collapse
 
bobrinik profile image
Maksim Bober

Nice visual explanation; I got your K8s book as well; it has exactly what I needed. It's a bit sad that the image resolution is not as sharp as I like, but otherwise great material. 💪

Collapse
 
aurelievache profile image
Aurélie Vache

Thanks Maksim 😊
About image resolution what do you expect, bigger images? 🙂

Thx

Collapse
 
bobrinik profile image
Maksim Bober

I meant clearer pictures, for the blog post pictures look perfect, but it would be nice to have the same image clearness in the book as well if possible. Anyway, it's not a big deal since the content is good 😄

Thread Thread
 
aurelievache profile image
Aurélie Vache

Sure :-)

Collapse
 
developerguy profile image
Batuhan Apaydın • Edited

There is a little mistake in the How To section, you said "Build an image & tagged it with "my-awesome-image" and 1.0.1 tag" but in the example, you missed to define 1.0.1 tag, right?

Collapse
 
aurelievache profile image
Aurélie Vache

Good point! :-)
Yes, my bad ^^, i'm fixing this :)
thx ! :)

Collapse
 
developerguy profile image
Batuhan Apaydın

You're welcome :)