DEV Community

Discussion on: Understanding Docker: part 8 – Docker Layers

Collapse
 
starptech profile image
Dustin Deus

I really like this kind of knowledge sharing. I'd add --from-cache because it is very useful in volatile CI environments.

docs.docker.com/engine/reference/c...

Collapse
 
aurelievache profile image
Aurélie Vache

Thanks yes it's an useful feature the --cache-from option.
I plan to create a sketchnote about cache but I will think if maybe I can update this one with this option 🙂. I will check it.
Thx!