The build process

Commands

docker image build -t jfahrer/myalpine:latest .
docker image history jfahrer/myalpine:latest
docker image build -t jfahrer/myalpine:latest --no-cache .

Creating layers

How the cache works