mirror of https://github.com/docker/docs.git
Merge pull request #18077 from dvdksn/build/hb-fix-create-singleplatform
build: fix create single-arch builder cmd for hb
This commit is contained in:
commit
73baf11c96
|
@ -88,7 +88,9 @@ To create a `linux/amd64` builder:
|
||||||
2. Create a builder that uses the `cloud` driver.
|
2. Create a builder that uses the `cloud` driver.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker buildx create --driver cloud --name hydrobuild <org>/<group>
|
$ docker buildx create --driver cloud --name hydrobuild \
|
||||||
|
--platform linux/amd64 \
|
||||||
|
<org>/<group>_linux-amd64
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `<org>` with the Docker organization, and `<group>` with the name
|
Replace `<org>` with the Docker organization, and `<group>` with the name
|
||||||
|
|
Loading…
Reference in New Issue