Merge pull request #2554 from aanand/clarify-rm-behaviour
Clarify behaviour of 'rm'
This commit is contained in:
commit
12a08255b5
2 changed files with 10 additions and 0 deletions
|
|
@ -20,3 +20,8 @@ Options:
|
|||
```
|
||||
|
||||
Removes stopped service containers.
|
||||
|
||||
By default, volumes attached to containers will not be removed. You can see all
|
||||
volumes with `docker volume ls`.
|
||||
|
||||
Any data which is not in a volume will be lost.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue