We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d29f8e1 + 17f46f8 commit 13bcd85Copy full SHA for 13bcd85
2 files changed
compose/cli/main.py
@@ -616,8 +616,7 @@ def rm(self, options):
616
Options:
617
-f, --force Don't ask to confirm removal
618
-v Remove any anonymous volumes attached to containers
619
- -a, --all Obsolete. Also remove one-off containers created by
620
- docker-compose run
+ -a, --all Deprecated - no effect.
621
"""
622
if options.get('--all'):
623
log.warn(
docs/reference/rm.md
@@ -17,8 +17,7 @@ Usage: rm [options] [SERVICE...]
17
18
19
20
- -a, --all Also remove one-off containers created by
21
22
```
23
24
Removes stopped service containers.
0 commit comments