You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixtures/buildx_build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Start a build
29
29
|`-q`, `--quiet`||| Suppress the build output and print image ID on success |
30
30
|`--secret`|`stringArray`|| Secret file to expose to the build (format: `id=mysecret,src=/local/secret`) |
31
31
|`--shm-size`|`string`|| Size of `/dev/shm`|
32
-
|`--ssh`|`stringArray`|| SSH agent socket or keys to expose to the build (format: `default\|<id>[=<socket>\|<key>[,<key>]]`)|
32
+
|`--ssh`|`stringArray`|| SSH agent socket or keys to expose to the build<br>format: `default\|<id>[=<socket>\|<key>[,<key>]]`|
33
33
|[`-t`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t), [`--tag`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t)|`stringArray`|| Name and optionally a tag (format: `name:tag`) |
34
34
|[`--target`](https://docs.docker.com/engine/reference/commandline/build/#specifying-target-build-stage---target)|`string`|| Set the target build stage to build. |
0 commit comments