From e12827910c278b76b9bb1050e7157354db3b1f42 Mon Sep 17 00:00:00 2001 From: larsqa <107050820+larsqa@users.noreply.github.com> Date: Wed, 20 Jul 2022 12:07:50 +0200 Subject: [PATCH] Update --load with a note highlight --- docs/reference/buildx_build.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index a0e622e0..4a8237cd 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -230,6 +230,9 @@ More info about cache exporters and available attributes: https://github.com/mob Shorthand for [`--output=type=docker`](#docker). Will automatically load the single-platform build result to `docker images`. +> **Note** +> `--load` is the default option during a `docker buildx build` command. These builds store images locally. At the moment, multi-platform builds are only possible using remote registries. The `--push` command pushes the images directly to a registry. Local multi-platform build support is part [part of our current roadmap](https://github.com/docker/roadmap/issues/371) and should be available soon. + ### Write build result metadata to the file (--metadata-file) To output build metadata such as the image digest, pass the `--metadata-file` flag.