Core Docker Concepts
Images vs Containers
- Image: A read-only template with instructions for creating a container (like a class)
- Container: A runnable instance of an image (like an object)
Learning Objectives
Lesson Outline
Images are built in layers, each representing an instruction in the Dockerfile:
A registry stores Docker images. Docker Hub is the default public registry: