From 3f4cd53692b0f7f7dcf20e631d376db078d9ccb7 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Mon, 9 Dec 2024 12:42:34 -0500 Subject: [PATCH] Fix typo in local exporter example --- content/manuals/build/exporters/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/build/exporters/_index.md b/content/manuals/build/exporters/_index.md index e5dc78fbc0d7..3aae8b944033 100644 --- a/content/manuals/build/exporters/_index.md +++ b/content/manuals/build/exporters/_index.md @@ -148,7 +148,7 @@ The `local` exporter unpacks the filesystem into a directory structure in the specified location. The `tar` exporter creates a tarball archive file. ```console -$ docker buildx build --output type=tar,dest= . +$ docker buildx build --output type=local,dest= . ``` The `local` exporter is useful in [multi-stage builds](../building/multi-stage.md)