mirror of https://github.com/docker/docs.git
Set weights on building image pages to fix overview sorting
This commit is contained in:
parent
6680985343
commit
b38d18578f
|
|
@ -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/
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in New Issue