Skip to content

Commit 696500e

Browse files
committed
docs: regenerate markdown
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f6b7a11 commit 696500e

20 files changed

Lines changed: 39 additions & 39 deletions

docs/reference/commandline/attach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Attach local standard input, output, and error streams to a running container
1313
|:----------------|:---------|:--------|:----------------------------------------------------|
1414
| `--detach-keys` | `string` | | Override the key sequence for detaching a container |
1515
| `--no-stdin` | | | Do not attach STDIN |
16-
| `--sig-proxy` | | | Proxy all received signals to the process |
16+
| `--sig-proxy` | `bool` | `true` | Proxy all received signals to the process |
1717

1818

1919
<!---MARKER_GEN_END-->

docs/reference/commandline/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build an image from a Dockerfile
2121
| `-c`, `--cpu-shares` | `int64` | `0` | CPU shares (relative weight) |
2222
| `--cpuset-cpus` | `string` | | CPUs in which to allow execution (0-3, 0,1) |
2323
| `--cpuset-mems` | `string` | | MEMs in which to allow execution (0-3, 0,1) |
24-
| `--disable-content-trust` | | | Skip image verification |
24+
| `--disable-content-trust` | `bool` | `true` | Skip image verification |
2525
| `-f`, `--file` | `string` | | Name of the Dockerfile (Default is `PATH/Dockerfile`) |
2626
| `--force-rm` | | | Always remove intermediate containers |
2727
| `--iidfile` | `string` | | Write the image ID to the file |
@@ -34,7 +34,7 @@ Build an image from a Dockerfile
3434
| `--platform` | `string` | | Set platform if server is multi-platform capable |
3535
| `--pull` | | | Always attempt to pull a newer version of the image |
3636
| `-q`, `--quiet` | | | Suppress the build output and print image ID on success |
37-
| `--rm` | | | Remove intermediate containers after a successful build |
37+
| `--rm` | `bool` | `true` | Remove intermediate containers after a successful build |
3838
| `--security-opt` | `stringSlice` | | Security options |
3939
| `--shm-size` | `bytes` | `0` | Size of `/dev/shm` |
4040
| `--squash` | | | Squash newly built layers into a single new layer |

docs/reference/commandline/builder_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build an image from a Dockerfile
2121
| `-c`, `--cpu-shares` | `int64` | `0` | CPU shares (relative weight) |
2222
| `--cpuset-cpus` | `string` | | CPUs in which to allow execution (0-3, 0,1) |
2323
| `--cpuset-mems` | `string` | | MEMs in which to allow execution (0-3, 0,1) |
24-
| `--disable-content-trust` | | | Skip image verification |
24+
| `--disable-content-trust` | `bool` | `true` | Skip image verification |
2525
| `-f`, `--file` | `string` | | Name of the Dockerfile (Default is `PATH/Dockerfile`) |
2626
| `--force-rm` | | | Always remove intermediate containers |
2727
| `--iidfile` | `string` | | Write the image ID to the file |
@@ -34,7 +34,7 @@ Build an image from a Dockerfile
3434
| `--platform` | `string` | | Set platform if server is multi-platform capable |
3535
| `--pull` | | | Always attempt to pull a newer version of the image |
3636
| `-q`, `--quiet` | | | Suppress the build output and print image ID on success |
37-
| `--rm` | | | Remove intermediate containers after a successful build |
37+
| `--rm` | `bool` | `true` | Remove intermediate containers after a successful build |
3838
| `--security-opt` | `stringSlice` | | Security options |
3939
| `--shm-size` | `bytes` | `0` | Size of `/dev/shm` |
4040
| `--squash` | | | Squash newly built layers into a single new layer |

docs/reference/commandline/commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create a new image from a container's changes
1414
| `-a`, `--author` | `string` | | Author (e.g., `John Hannibal Smith <[email protected]>`) |
1515
| `-c`, `--change` | `list` | | Apply Dockerfile instruction to the created image |
1616
| `-m`, `--message` | `string` | | Commit message |
17-
| `-p`, `--pause` | | | Pause container during commit |
17+
| `-p`, `--pause` | `bool` | `true` | Pause container during commit |
1818

1919

2020
<!---MARKER_GEN_END-->

docs/reference/commandline/container_attach.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Attach local standard input, output, and error streams to a running container
1313
|:--------------------------------|:---------|:--------|:----------------------------------------------------|
1414
| [`--detach-keys`](#detach-keys) | `string` | | Override the key sequence for detaching a container |
1515
| `--no-stdin` | | | Do not attach STDIN |
16-
| `--sig-proxy` | | | Proxy all received signals to the process |
16+
| `--sig-proxy` | `bool` | `true` | Proxy all received signals to the process |
1717

1818

1919
<!---MARKER_GEN_END-->

docs/reference/commandline/container_commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create a new image from a container's changes
1414
| `-a`, `--author` | `string` | | Author (e.g., `John Hannibal Smith <[email protected]>`) |
1515
| [`-c`](#change), [`--change`](#change) | `list` | | Apply Dockerfile instruction to the created image |
1616
| `-m`, `--message` | `string` | | Commit message |
17-
| `-p`, `--pause` | | | Pause container during commit |
17+
| `-p`, `--pause` | `bool` | `true` | Pause container during commit |
1818

1919

2020
<!---MARKER_GEN_END-->

docs/reference/commandline/container_create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create a new container
3737
| `--device-read-iops` | `list` | | Limit read rate (IO per second) from a device |
3838
| `--device-write-bps` | `list` | | Limit write rate (bytes per second) to a device |
3939
| `--device-write-iops` | `list` | | Limit write rate (IO per second) to a device |
40-
| `--disable-content-trust` | | | Skip image verification |
40+
| `--disable-content-trust` | `bool` | `true` | Skip image verification |
4141
| `--dns` | `list` | | Set custom DNS servers |
4242
| `--dns-option` | `list` | | Set DNS options |
4343
| `--dns-search` | `list` | | Set custom DNS search domains |

docs/reference/commandline/container_run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Create and run a new container from an image
3939
| `--device-read-iops` | `list` | | Limit read rate (IO per second) from a device |
4040
| `--device-write-bps` | `list` | | Limit write rate (bytes per second) to a device |
4141
| `--device-write-iops` | `list` | | Limit write rate (IO per second) to a device |
42-
| `--disable-content-trust` | | | Skip image verification |
42+
| `--disable-content-trust` | `bool` | `true` | Skip image verification |
4343
| `--dns` | `list` | | Set custom DNS servers |
4444
| `--dns-option` | `list` | | Set DNS options |
4545
| `--dns-search` | `list` | | Set custom DNS search domains |
@@ -99,7 +99,7 @@ Create and run a new container from an image
9999
| `--runtime` | `string` | | Runtime to use for this container |
100100
| [`--security-opt`](#security-opt) | `list` | | Security Options |
101101
| `--shm-size` | `bytes` | `0` | Size of /dev/shm |
102-
| `--sig-proxy` | | | Proxy received signals to the process |
102+
| `--sig-proxy` | `bool` | `true` | Proxy received signals to the process |
103103
| [`--stop-signal`](#stop-signal) | `string` | | Signal to stop the container |
104104
| [`--stop-timeout`](#stop-timeout) | `int` | `0` | Timeout (in seconds) to stop a container |
105105
| [`--storage-opt`](#storage-opt) | `list` | | Storage driver options for the container |

docs/reference/commandline/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Create a new container
3737
| `--device-read-iops` | `list` | | Limit read rate (IO per second) from a device |
3838
| `--device-write-bps` | `list` | | Limit write rate (bytes per second) to a device |
3939
| `--device-write-iops` | `list` | | Limit write rate (IO per second) to a device |
40-
| `--disable-content-trust` | | | Skip image verification |
40+
| `--disable-content-trust` | `bool` | `true` | Skip image verification |
4141
| `--dns` | `list` | | Set custom DNS servers |
4242
| `--dns-option` | `list` | | Set DNS options |
4343
| `--dns-search` | `list` | | Set custom DNS search domains |

0 commit comments

Comments
 (0)