...

/

Layers - Building Blocks in Docker

Layers - Building Blocks in Docker

Layers - speed up the build and pull process of an image by breaking down the components into minor pieces.

We'll cover the following...

Layers

In the last chapter, we saw that when we pulled the Docker ...