We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ac881f + 3f4cd53 commit 47f1ed6Copy full SHA for 47f1ed6
content/manuals/build/exporters/_index.md
@@ -148,7 +148,7 @@ The `local` exporter unpacks the filesystem into a directory structure in the
148
specified location. The `tar` exporter creates a tarball archive file.
149
150
```console
151
-$ docker buildx build --output type=tar,dest=<path/to/output> .
+$ docker buildx build --output type=local,dest=<path/to/output> .
152
```
153
154
The `local` exporter is useful in [multi-stage builds](../building/multi-stage.md)
0 commit comments