mirror of https://github.com/docker/docs.git
fix: typo in content/build/exporters/_index.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
9801cb4508
commit
23009cf8a4
|
@ -74,7 +74,7 @@ $ docker buildx build --tag <registry>/<image> --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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue