fix: typo in content/build/exporters/_index.md

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-01-05 13:08:39 +01:00
parent 9801cb4508
commit 23009cf8a4
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ $ docker buildx build --tag <registry>/<image> --load .
Building images using the `docker` driver are automatically loaded to the local Building images using the `docker` driver are automatically loaded to the local
image store. 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 after the build finishes, and you'll see them in the list of images when you run
the `docker images` command. the `docker images` command.