Skip to content

Commit 3f4cd53

Browse files
authored
Fix typo in local exporter example
1 parent 4ac881f commit 3f4cd53

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)