mirror of
https://github.com/Aroy-Art/Aroy-Art-Site.git
synced 2024-12-26 21:44:24 +01:00
Fix: tables
This commit is contained in:
parent
7d4fb63484
commit
63e68d8257
1 changed files with 12 additions and 12 deletions
|
@ -26,14 +26,14 @@ docker images [OPTIONS] [REPOSITORY[:TAG]]
|
|||
|
||||
#### Options
|
||||
|
||||
| Name, shorthand | Default | Description |
|
||||
| :-------------- | :------:| --------------------------------------------------- |
|
||||
| `--all , -a` | | Show all images (default hides intermediate images) |
|
||||
| `--digests` | | Show digests |
|
||||
| `--filter , -f` | | Filter output based on conditions provided |
|
||||
| `--format` | | Pretty-print images using a Go template |
|
||||
| `--no-trunc` | | Don’t truncate output |
|
||||
| `--quiet , -q` | | Only show numeric IDs |
|
||||
| Name, shorthand | Default | Description |
|
||||
| :-------------- | :------: | --------------------------------------------------- |
|
||||
| `--all, -a` | | Show all images (default hides intermediate images) |
|
||||
| `--digests` | | Show digests |
|
||||
| `--filter, -f` | | Filter output based on conditions provided |
|
||||
| `--format` | | Pretty-print images using a Go template |
|
||||
| `--no-trunc` | | Don’t truncate output |
|
||||
| `--quiet, -q` | | Only show numeric IDs |
|
||||
|
||||
---
|
||||
|
||||
|
@ -46,10 +46,10 @@ docker rm [OPTIONS] CONTAINER [CONTAINER...]
|
|||
#### Options
|
||||
|
||||
| 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 |
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue