From 7545f12923a7af002d7ac215179437fb1abb1bf0 Mon Sep 17 00:00:00 2001 From: Abilio E Date: Fri, 4 Oct 2024 17:20:16 -0700 Subject: [PATCH] Update multi-platform.md Fix typo and improves readability (with a simple comma). --- content/manuals/build/building/multi-platform.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/build/building/multi-platform.md b/content/manuals/build/building/multi-platform.md index 87cc8e5c7f..45b88878b5 100644 --- a/content/manuals/build/building/multi-platform.md +++ b/content/manuals/build/building/multi-platform.md @@ -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