moved context arg to last

Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
David Karlsson
2022-10-06 14:04:21 +02:00
parent f51884e893
commit f5a1d8bff9
3 changed files with 9 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ You can switch to this new builder as the default using
`docker buildx use remote-unix`, or specify it per build using `--builder`:
```console
$ docker buildx build . --builder=remote-unix -t test --load
$ docker buildx build --builder=remote-unix -t test --load .
```
Remember that you need to use the `--load` flag if you want to load the build