Skip to content

Commit 35edfb9

Browse files
authored
Merge pull request #21064 from eabili0/patch-2
Update multi-platform.md
2 parents f64bd85 + 7545f12 commit 35edfb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/building/multi-platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The "classic" image store of the Docker Engine does not support multi-platform
6565
images. Switching to the containerd image store ensures that your Docker Engine
6666
can push, pull, and build multi-platform images.
6767

68-
Creating a custom builder that uses the a driver with multi-platform support,
69-
such as the `docker-container` driver will let you build multi-platform images
68+
Creating a custom builder that uses a driver with multi-platform support,
69+
such as the `docker-container` driver, will let you build multi-platform images
7070
without switching to a different image store. However, you still won't be able
7171
to load the multi-platform images you build into your Docker Engine image
7272
store. But you can push them to a container registry directly with `docker

0 commit comments

Comments
 (0)