mirror of https://github.com/docker/docs.git
Remove deprecated --all option for `docker-compose rm` (#2821)
* remove --all from docker-compose rm
This commit is contained in:
parent
78df57211c
commit
2ec7b0d591
|
|
@ -12,7 +12,6 @@ Options:
|
|||
-f, --force Don't ask to confirm removal
|
||||
-s, --stop Stop the containers, if required, before removing
|
||||
-v Remove any anonymous volumes attached to containers
|
||||
-a, --all Deprecated - no effect.
|
||||
```
|
||||
|
||||
Removes stopped service containers.
|
||||
|
|
|
|||
Loading…
Reference in New Issue