Container Images
- When building a container, you first define a Docker image
- The definitions usually goes in a "Dockerfile"
- Define the starting point for where to build from
- Use sequential commands to define the desired environment state
6 / 14
6 / 14