Skip to content

Commit

Permalink
Merge pull request #2385 from davix/patch-1
Browse files Browse the repository at this point in the history
Fix typo in buildx_build.md
  • Loading branch information
crazy-max committed Apr 9, 2024
2 parents d805c78 + a2866b7 commit e7f2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/buildx_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ exporter and write to `stdout`.
```console
$ docker buildx build -o . .
$ docker buildx build -o outdir .
$ docker buildx build -o - - > out.tar
$ docker buildx build -o - . > out.tar
$ docker buildx build -o type=docker .
$ docker buildx build -o type=docker,dest=- . > myimage.tar
$ docker buildx build -t tonistiigi/foo -o type=registry
Expand Down

0 comments on commit e7f2da9

Please sign in to comment.