mirror of https://github.com/docker/docs.git
Merge pull request #21064 from eabili0/patch-2
Update multi-platform.md
This commit is contained in:
commit
35edfb9b4d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue