mirror of https://github.com/docker/cli.git
Add the OPTIONS and Fix the links for contain prune
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
da56054d1c
commit
cfd1182bda
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
||||||
# container prune
|
# container prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker container prune
|
Usage: docker container prune [OPTIONS]
|
||||||
|
|
||||||
Remove all stopped containers
|
Remove all stopped containers
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Options:
|
||||||
--help Print usage
|
--help Print usage
|
||||||
```
|
```
|
||||||
|
|
||||||
Example output:
|
## Examples
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ docker container prune
|
$ docker container prune
|
||||||
|
@ -36,6 +36,6 @@ Total reclaimed space: 212 B
|
||||||
## Related information
|
## Related information
|
||||||
|
|
||||||
* [system df](system_df.md)
|
* [system df](system_df.md)
|
||||||
* [volume prune](container_prune.md)
|
* [volume prune](volume_prune.md)
|
||||||
* [image prune](container_prune.md)
|
* [image prune](image_prune.md)
|
||||||
* [system prune](system_prune.md)
|
* [system prune](system_prune.md)
|
||||||
|
|
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
||||||
# image prune
|
# image prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker image prune
|
Usage: docker image prune [OPTIONS]
|
||||||
|
|
||||||
Remove unused images
|
Remove unused images
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
||||||
# system prune
|
# system prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker system prune COMMAND
|
Usage: docker system prune [OPTIONS]
|
||||||
|
|
||||||
Delete unused data
|
Delete unused data
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ parent = "smn_cli"
|
||||||
# volume prune
|
# volume prune
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
Usage: docker volume prune
|
Usage: docker volume prune [OPTIONS]
|
||||||
|
|
||||||
Remove all unused volumes
|
Remove all unused volumes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue