diff --git a/content/build/exporters/_index.md b/content/build/exporters/_index.md index af868ee635..7c8d3c7769 100644 --- a/content/build/exporters/_index.md +++ b/content/build/exporters/_index.md @@ -74,7 +74,7 @@ $ docker buildx build --tag / --load . Building images using the `docker` driver are automatically loaded to the local image store. -Images loaded to the image store are available to for `docker run` immediately +Images loaded to the image store are available to `docker run` immediately after the build finishes, and you'll see them in the list of images when you run the `docker images` command.