9. Creating and running Docker images

9.1 How images are built

9.2 An ASP.NET Core Dockerfile

9.3 Multi-stage Dockerfiles

9.4 Exercise - Build and run your own Docker image

9.5 Exercise solution