Build and load the result into the local Docker image store.
Section: Buildx Build Workflows
Build and load into local daemon
bash
bash
docker buildx build --load -t myapp:dev .Explanation
Useful for single-platform local testing.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Buildx Build Workflows