Skip to content

Commit dbd5203

Browse files
cli: sync docs with docker/cli v29.2.1
1 parent cf935f3 commit dbd5203

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

data/engine-cli/docker_image_rm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ examples: |-
161161
The following uses of this option are equivalent;
162162
163163
```console
164-
$ docker image rm --platform linux/amd64 --platform linux/ppc64le myimage
165-
$ docker image rm --platform linux/amd64,linux/ppc64le myimage
164+
$ docker image rm --plaform linux/amd64 --platform linux/ppc64le myimage
165+
$ docker image rm --plaform linux/amd64,linux/ppc64le myimage
166166
```
167167
168168
The following example removes the `linux/amd64` and `linux/ppc64le` variants

data/engine-cli/docker_service_create.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ examples: |-
11621162
Read-only mounts are made recursively read-only if kernel is v5.12 or later.
11631163
Otherwise the Engine raises an error.</li>
11641164
</ul>
1165-
When the option is not specified, the default behavior corresponds to setting <tt>enabled</tt>.
1165+
When the option is not specified, the default behavior correponds to setting <tt>enabled</tt>.
11661166
</td>
11671167
</tr>
11681168
</table>

0 commit comments

Comments
 (0)