summaryrefslogtreecommitdiff
path: root/docs/reference/commandline/container_prune.md
diff options
context:
space:
mode:
authorMisty Stanley-Jones <misty@apache.org>2017-04-03 16:54:34 -0700
committerGitHub <noreply@github.com>2017-04-03 16:54:34 -0700
commit473c5701cb66403b0535a5c01845cb0f27fbeb47 (patch)
tree9a40326ad4b426655abca7377dc30da003847d4d /docs/reference/commandline/container_prune.md
parentce07fb6b0f1b8765b92022e45f96bd4349812e06 (diff)
parent71e6babfa2598669218177b5b429e873b7f35e8f (diff)
downloaddocker-1.13.x.tar.gz
Merge pull request #32332 from mstanleyjones/1.13.x1.13.x
Cherry-pick command-line ref improvements
Diffstat (limited to 'docs/reference/commandline/container_prune.md')
-rw-r--r--docs/reference/commandline/container_prune.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/reference/commandline/container_prune.md b/docs/reference/commandline/container_prune.md
index 43156406ec..3b917b27d6 100644
--- a/docs/reference/commandline/container_prune.md
+++ b/docs/reference/commandline/container_prune.md
@@ -25,8 +25,14 @@ Options:
--help Print usage
```
+## Description
+
+Removes all stopped containers.
+
## Examples
+### Prune containers
+
```bash
$ docker container prune
WARNING! This will remove all stopped containers.
@@ -38,7 +44,7 @@ f98f9c2aa1eaf727e4ec9c0283bc7d4aa4762fbdba7f26191f26c97f64090360
Total reclaimed space: 212 B
```
-## Related information
+## Related commands
* [system df](system_df.md)
* [volume prune](volume_prune.md)