Ignoring files

Changes to the examples

Commands

docker image build .
ls -l data/
du -sh data/*
echo data/tmp >> .dockerignore
docker image build .

The magic of ADD

Introduction