Back to Docker

Building images

content/get-started/docker-concepts/building-images/_index.md

18.09-release348 B
Original Source

About this series

Learn how to build production-ready images that are lean and efficient Docker images, essential for minimizing overhead and enhancing deployment in production environments.

What you'll learn

  • Understanding image layers
  • Writing a Dockerfile
  • Build, tag and publish an image
  • Using the build cache
  • Multi-stage builds