docker buildx bake --load

Category: Docker

docker buildx bake --load

Load baked images into the local Docker store

--load imports every baked target into the local docker images so docker run and docker ps see them. Without it, bake output remains inside the builder's cache. Contrast with --push, which publishes images to a registry.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.