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

@ -26,14 +26,14 @@ docker images [OPTIONS] [REPOSITORY[:TAG]]
#### Options #### Options
| Name, shorthand | Default | Description | | 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 | | `--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 | | `--format` | | Pretty-print images using a Go template |
| `--no-trunc` | | Dont truncate output | | `--no-trunc` | | Dont truncate output |
| `--quiet , -q` | | Only show numeric IDs | | `--quiet, -q` | | Only show numeric IDs |
--- ---
@ -46,10 +46,10 @@ docker rm [OPTIONS] CONTAINER [CONTAINER...]
#### Options #### Options
| Name, shorthand | Default | Description | | Name, shorthand | Default | Description |
|:----------------|:-------:| ------------------------------------------------------- | |:----------------|:-------:| ------------------------------------------------------- |
|`--force , -f` | | Force the removal of a running container (uses SIGKILL) | |`--force, -f` | | Force the removal of a running container (uses SIGKILL) |
|`--link , -l` | | Remove the specified link | |`--link, -l` | | Remove the specified link |
|`--volumes , -v` | | Remove anonymous volumes associated with the container | |`--volumes, -v` | | Remove anonymous volumes associated with the container |
--- ---