Fix typo in buildx_build.md

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
Wei 2024-04-07 15:11:39 +08:00 committed by CrazyMax
parent 4b3c3c8401
commit a2866b79e3
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -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