Skip to content

Commit 0ba4362

Browse files
committed
Update markdown docs to indicate multi-platform support in image load/save.
Signed-off-by: Cesar Talledo <[email protected]>
1 parent 8993f54 commit 0ba4362

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

docs/reference/commandline/image_load.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Load an image from a tar archive or STDIN
99

1010
### Options
1111

12-
| Name | Type | Default | Description |
13-
|:------------------------------------|:---------|:--------|:-----------------------------------------------------------------------------------------------|
14-
| [`-i`](#input), [`--input`](#input) | `string` | | Read from tar archive file, instead of STDIN |
15-
| [`--platform`](#platform) | `string` | | Load only the given platform variant. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
16-
| `-q`, `--quiet` | `bool` | | Suppress the load output |
12+
| Name | Type | Default | Description |
13+
|:------------------------------------|:--------------|:--------|:------------------------------------------------------------------------------------------------------------------------------------|
14+
| [`-i`](#input), [`--input`](#input) | `string` | | Read from tar archive file, instead of STDIN |
15+
| [`--platform`](#platform) | `stringSlice` | | Load only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`). |
16+
| `-q`, `--quiet` | `bool` | | Suppress the load output |
1717

1818

1919
<!---MARKER_GEN_END-->

docs/reference/commandline/image_save.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Save one or more images to a tar archive (streamed to STDOUT by default)
99

1010
### Options
1111

12-
| Name | Type | Default | Description |
13-
|:--------------------------|:---------|:--------|:-----------------------------------------------------------------------------------------------|
14-
| `-o`, `--output` | `string` | | Write to a file, instead of STDOUT |
15-
| [`--platform`](#platform) | `string` | | Save only the given platform variant. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
12+
| Name | Type | Default | Description |
13+
|:--------------------------|:--------------|:--------|:-----------------------------------------------------------------------------------------------------------------------------------|
14+
| `-o`, `--output` | `string` | | Write to a file, instead of STDOUT |
15+
| [`--platform`](#platform) | `stringSlice` | | Save only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`) |
1616

1717

1818
<!---MARKER_GEN_END-->

docs/reference/commandline/load.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Load an image from a tar archive or STDIN
99

1010
### Options
1111

12-
| Name | Type | Default | Description |
13-
|:----------------|:---------|:--------|:-----------------------------------------------------------------------------------------------|
14-
| `-i`, `--input` | `string` | | Read from tar archive file, instead of STDIN |
15-
| `--platform` | `string` | | Load only the given platform variant. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
16-
| `-q`, `--quiet` | `bool` | | Suppress the load output |
12+
| Name | Type | Default | Description |
13+
|:----------------|:--------------|:--------|:------------------------------------------------------------------------------------------------------------------------------------|
14+
| `-i`, `--input` | `string` | | Read from tar archive file, instead of STDIN |
15+
| `--platform` | `stringSlice` | | Load only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`). |
16+
| `-q`, `--quiet` | `bool` | | Suppress the load output |
1717

1818

1919
<!---MARKER_GEN_END-->

docs/reference/commandline/save.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Save one or more images to a tar archive (streamed to STDOUT by default)
99

1010
### Options
1111

12-
| Name | Type | Default | Description |
13-
|:-----------------|:---------|:--------|:-----------------------------------------------------------------------------------------------|
14-
| `-o`, `--output` | `string` | | Write to a file, instead of STDOUT |
15-
| `--platform` | `string` | | Save only the given platform variant. Formatted as `os[/arch[/variant]]` (e.g., `linux/amd64`) |
12+
| Name | Type | Default | Description |
13+
|:-----------------|:--------------|:--------|:-----------------------------------------------------------------------------------------------------------------------------------|
14+
| `-o`, `--output` | `string` | | Write to a file, instead of STDOUT |
15+
| `--platform` | `stringSlice` | | Save only the given platform(s). Formatted as a comma-separated list of `os[/arch[/variant]]` (e.g., `linux/amd64,linux/arm64/v8`) |
1616

1717

1818
<!---MARKER_GEN_END-->

0 commit comments

Comments
 (0)