- Definition: Blueprints used to create Docker containers, including application code, runtime, and libraries.
- Characteristics:
- Read-Only: Images are immutable after creation.
- Layered Filesystem: Composed of multiple layers, allowing for efficient storage and reuse.
- Example: An image built from a
Dockerfile
and used to create multiple containers.
DockerFile
Docker Compose
Docker Hub
Commands