Skip to content

Commit 47f1ed6

Browse files
authored
Merge pull request #21595 from docker/fix-typo-with-local-exporter
Fix typo in local exporter example
2 parents 4ac881f + 3f4cd53 commit 47f1ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/exporters/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The `local` exporter unpacks the filesystem into a directory structure in the
148148
specified location. The `tar` exporter creates a tarball archive file.
149149

150150
```console
151-
$ docker buildx build --output type=tar,dest=<path/to/output> .
151+
$ docker buildx build --output type=local,dest=<path/to/output> .
152152
```
153153

154154
The `local` exporter is useful in [multi-stage builds](../building/multi-stage.md)

0 commit comments

Comments
 (0)