Merge pull request #21064 from eabili0/patch-2

Update multi-platform.md
This commit is contained in:
David Karlsson 2024-10-05 06:24:17 +02:00 committed by GitHub
commit 35edfb9b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -65,8 +65,8 @@ The "classic" image store of the Docker Engine does not support multi-platform
images. Switching to the containerd image store ensures that your Docker Engine
can push, pull, and build multi-platform images.
Creating a custom builder that uses the a driver with multi-platform support,
such as the `docker-container` driver will let you build multi-platform images
Creating a custom builder that uses a driver with multi-platform support,
such as the `docker-container` driver, will let you build multi-platform images
without switching to a different image store. However, you still won't be able
to load the multi-platform images you build into your Docker Engine image
store. But you can push them to a container registry directly with `docker