diff --git a/content/get-started/docker-concepts/building-images/build-tag-and-publish-an-image.md b/content/get-started/docker-concepts/building-images/build-tag-and-publish-an-image.md index edb3ac776cde..820ac10f5267 100644 --- a/content/get-started/docker-concepts/building-images/build-tag-and-publish-an-image.md +++ b/content/get-started/docker-concepts/building-images/build-tag-and-publish-an-image.md @@ -7,6 +7,7 @@ summary: | containerization workflow. In this guide, you’ll learn how to create Docker images, how to tag those images with a unique identifier, and how to publish your image to a public registry. +weight: 3 aliases: - /guides/docker-concepts/building-images/build-tag-and-publish-an-image/ --- diff --git a/content/get-started/docker-concepts/building-images/multi-stage-builds.md b/content/get-started/docker-concepts/building-images/multi-stage-builds.md index 38f8f0825326..6ddc5522e2d8 100644 --- a/content/get-started/docker-concepts/building-images/multi-stage-builds.md +++ b/content/get-started/docker-concepts/building-images/multi-stage-builds.md @@ -8,6 +8,7 @@ summary: | you'll unlock the power of multi-stage builds to create lean and efficient Docker images, essential for minimizing overhead and enhancing deployment in production environments. +weight: 5 aliases: - /guides/docker-concepts/building-images/multi-stage-builds/ --- diff --git a/content/get-started/docker-concepts/building-images/understanding-image-layers.md b/content/get-started/docker-concepts/building-images/understanding-image-layers.md index 03596c12474e..44ad323938d3 100644 --- a/content/get-started/docker-concepts/building-images/understanding-image-layers.md +++ b/content/get-started/docker-concepts/building-images/understanding-image-layers.md @@ -7,6 +7,7 @@ summary: | understand image layers - the fundamental building blocks of container images. You'll gain a comprehensive understanding of how layers are created, stacked, and utilized to ensure efficient and optimized containers. +weight: 1 aliases: - /guides/docker-concepts/building-images/understanding-image-layers/ --- diff --git a/content/get-started/docker-concepts/building-images/using-the-build-cache.md b/content/get-started/docker-concepts/building-images/using-the-build-cache.md index be45d0250ee0..bbe9a3282211 100644 --- a/content/get-started/docker-concepts/building-images/using-the-build-cache.md +++ b/content/get-started/docker-concepts/building-images/using-the-build-cache.md @@ -9,6 +9,7 @@ summary: | rebuilds, it's crucial to understand how cache invalidation works. In this guide, you’ll learn how to use the Docker build cache efficiently for streamlined Docker image development and continuous integration workflows. +weight: 4 aliases: - /guides/docker-concepts/building-images/using-the-build-cache/ --- diff --git a/content/get-started/docker-concepts/building-images/writing-a-dockerfile.md b/content/get-started/docker-concepts/building-images/writing-a-dockerfile.md index a1985d61c175..38920c467493 100644 --- a/content/get-started/docker-concepts/building-images/writing-a-dockerfile.md +++ b/content/get-started/docker-concepts/building-images/writing-a-dockerfile.md @@ -8,6 +8,7 @@ summary: | CI/CD methodologies. In this guide, you’ll learn how to write a Dockerfile, how to define a base image and setup instructions, including software installation and copying necessary files. +weight: 2 aliases: - /guides/docker-concepts/building-images/writing-a-dockerfile/ ---