Add --all option to rm command - remove one-off containers

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2016-03-15 17:00:24 -07:00 committed by Aanand Prasad
commit 187ea4cd81
4 changed files with 40 additions and 8 deletions

View file

@ -17,6 +17,7 @@ Usage: rm [options] [SERVICE...]
Options:
-f, --force Don't ask to confirm removal
-v Remove volumes associated with containers
-a, --all Also remove one-off containers
```
Removes stopped service containers.