YOU’RE LEARNING TO↗learner can write a correct, minimal Dockerfile for a Python application
↗learner can explain Docker layer caching and order Dockerfile instructions to maximize cache hits
↗learner can build, tag, and run a Docker image locally
↗learner can write a .dockerignore file to reduce image size
↗learner can construct a multi-stage Dockerfile that separates build and runtime