Fix: tables

This commit is contained in:
Aroy-Art 2023-01-15 18:19:48 +01:00
parent 7d4fb63484
commit 63e68d8257
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -27,13 +27,13 @@ docker images [OPTIONS] [REPOSITORY[:TAG]]
#### Options
| Name, shorthand | Default | Description |
| :-------------- | :------:| --------------------------------------------------- |
| `--all , -a` | | Show all images (default hides intermediate images) |
| :-------------- | :------: | --------------------------------------------------- |
| `--all, -a` | | Show all images (default hides intermediate images) |
| `--digests` | | Show digests |
| `--filter , -f` | | Filter output based on conditions provided |
| `--filter, -f` | | Filter output based on conditions provided |
| `--format` | | Pretty-print images using a Go template |
| `--no-trunc` | | Dont truncate output |
| `--quiet , -q` | | Only show numeric IDs |
| `--quiet, -q` | | Only show numeric IDs |
---
@ -47,9 +47,9 @@ docker rm [OPTIONS] CONTAINER [CONTAINER...]
| Name, shorthand | Default | Description |
|:----------------|:-------:| ------------------------------------------------------- |
|`--force , -f` | | Force the removal of a running container (uses SIGKILL) |
|`--link , -l` | | Remove the specified link |
|`--volumes , -v` | | Remove anonymous volumes associated with the container |
|`--force, -f` | | Force the removal of a running container (uses SIGKILL) |
|`--link, -l` | | Remove the specified link |
|`--volumes, -v` | | Remove anonymous volumes associated with the container |
---