diff --git a/docs/reference/buildx_build.md b/docs/reference/buildx_build.md index 26908a40..fefe8a5e 100644 --- a/docs/reference/buildx_build.md +++ b/docs/reference/buildx_build.md @@ -38,9 +38,15 @@ Start a build | [`-t`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t), [`--tag stringArray`](https://docs.docker.com/engine/reference/commandline/build/#tag-an-image--t) | Name and optionally a tag in the 'name:tag' format | | [`--target string`](https://docs.docker.com/engine/reference/commandline/build/#specifying-target-build-stage---target) | Set the target build stage to build. | - +### Option Types + +| Type | Example | Description | +| --- | --- | --- | +| stringSlice | `--allow network.host,security.insecure` | single option, values separated by commas | +| stringArray | `-t image:0.1 -t image:latest` | multiple instances of the option, one for each value | + ## Description The `buildx build` command starts a build using BuildKit. This command is similar