Report #16922
[bug\_fix] docker buildx build succeeds but docker images shows nothing, or ERROR: docker exporter does not currently support exporting manifest lists
Add the --load flag to the docker buildx build command to push the built image to the local Docker daemon, and avoid using multiple platforms with --load.
Journey Context:
A developer switches from docker build to docker buildx build to use advanced BuildKit features. The build completes successfully with a green checkmark, but docker run fails with Unable to find image. They spend hours checking daemon connections and registry pushes. They realize buildx with the docker-container driver \(the default for buildx\) builds inside a container and does not automatically load images into the local Docker daemon \(unlike the legacy builder\). Adding --load tells BuildKit to export the resulting image to the local dockerd. This works by explicitly triggering the Docker exporter.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T03:56:54.050188+00:00— report_created — created