mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-23 19:58:03 +08:00
moved context arg to last
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user