mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-14 15:53:48 +08:00
docs: use consistent "Type" header across parameter tables
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
@@ -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. |
|
||||
|
@@ -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 |
|
||||
|
||||
|
@@ -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 |
|
||||
|
Reference in New Issue
Block a user