diff --git a/docs/manuals/drivers/docker-container.md b/docs/manuals/drivers/docker-container.md index a3b31460..be45bf47 100644 --- a/docs/manuals/drivers/docker-container.md +++ b/docs/manuals/drivers/docker-container.md @@ -27,7 +27,7 @@ container The following table describes the available driver-specific options that you can pass to `--driver-opt`: -| Parameter | Value | Default | Description | +| Parameter | Type | Default | Description | | --------------- | ------ | ---------------- | ------------------------------------------------------------------------------------------ | | `image` | String | | Sets the image to use for running BuildKit. | | `network` | String | | Sets the network mode for running the BuildKit container. | diff --git a/docs/manuals/drivers/kubernetes.md b/docs/manuals/drivers/kubernetes.md index 285143a7..7826c445 100644 --- a/docs/manuals/drivers/kubernetes.md +++ b/docs/manuals/drivers/kubernetes.md @@ -20,7 +20,7 @@ $ docker buildx create \ The following table describes the available driver-specific options that you can pass to `--driver-opt`: -| Parameter | Value | Default | Description | +| Parameter | Type | Default | Description | | ----------------- | ----------------- | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | | `image` | String | | Sets the image to use for running BuildKit. | | `namespace` | String | Namespace in current Kubernetes context | Sets the Kubernetes namespace. | diff --git a/docs/manuals/drivers/remote.md b/docs/manuals/drivers/remote.md index dcca834c..d3d7c9f8 100644 --- a/docs/manuals/drivers/remote.md +++ b/docs/manuals/drivers/remote.md @@ -17,7 +17,7 @@ $ docker buildx create \ The following table describes the available driver-specific options that you can pass to `--driver-opt`: -| Parameter | Value | Default | Description | +| Parameter | Type | Default | Description | | ------------ | ------ | ------------------ | ---------------------------------------------------------- | | `key` | String | | Sets the TLS client key. | | `cert` | String | | Sets the TLS client certificate to present to `buildkitd`. | diff --git a/docs/manuals/exporters/image-registry.md b/docs/manuals/exporters/image-registry.md index c72f0d58..ea9367fe 100644 --- a/docs/manuals/exporters/image-registry.md +++ b/docs/manuals/exporters/image-registry.md @@ -19,7 +19,7 @@ $ docker buildx build --output type=registry[,parameters] . The following table describes the available parameters that you can pass to `--output` for `type=image`: -| Parameter | Value | Default | Description | +| Parameter | Type | Default | Description | | ---------------------- | -------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `name` | String | | Specify image name(s) | | `push` | `true`,`false` | `false` | Push after creating the image. | diff --git a/docs/manuals/exporters/local-tar.md b/docs/manuals/exporters/local-tar.md index 3b0552fa..26506325 100644 --- a/docs/manuals/exporters/local-tar.md +++ b/docs/manuals/exporters/local-tar.md @@ -21,7 +21,7 @@ $ docker buildx build --output type=tar[,parameters] . The following table describes the available parameters: -| Parameter | Value | Default | Description | +| Parameter | Type | Default | Description | | --------- | ------ | ------- | --------------------- | | `dest` | String | | Path to copy files to | diff --git a/docs/manuals/exporters/oci-docker.md b/docs/manuals/exporters/oci-docker.md index 8e0f1412..abf1907c 100644 --- a/docs/manuals/exporters/oci-docker.md +++ b/docs/manuals/exporters/oci-docker.md @@ -23,7 +23,7 @@ $ docker buildx build --output type=docker[,parameters] . The following table describes the available parameters: -| Parameter | Value | Default | Description | +| Parameter | Type | Default | Description | | ------------------- | -------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------- | | `name` | String | | Specify image name(s) | | `dest` | String | | Path |