Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/buildx_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

### <a name="metadata-file"></a> Write build result metadata to the file (--metadata-file)

To output build metadata such as the image digest, pass the `--metadata-file` flag.
Expand Down