mirror of https://github.com/docker/docs.git
Fix extra argument in example
This commit is contained in:
parent
6f2acc99c1
commit
037df62293
|
@ -63,7 +63,7 @@ If more than one Bake file is found, all files are loaded and merged into a
|
||||||
single definition. Files are merged according to the lookup order.
|
single definition. Files are merged according to the lookup order.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker buildx bake bake --print
|
$ docker buildx bake --print
|
||||||
[+] Building 0.0s (1/1) FINISHED
|
[+] Building 0.0s (1/1) FINISHED
|
||||||
=> [internal] load local bake definitions 0.0s
|
=> [internal] load local bake definitions 0.0s
|
||||||
=> => reading compose.yaml 45B / 45B 0.0s
|
=> => reading compose.yaml 45B / 45B 0.0s
|
||||||
|
|
Loading…
Reference in New Issue