From 23009cf8a4464f898486e7d2b133d71b5dd2a893 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:08:39 +0100 Subject: [PATCH] fix: typo in content/build/exporters/_index.md Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/build/exporters/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.