The writable layer

Commands

docker container run -itd alpine:latest sh
docker container ls -s
docker image ls alpine:latest
docker container run -d alpine:latest dd if=/dev/random of=/test.file
docker container ls -s

Optimize the nginx image

Introduction