mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes typo in docs/userguide/dockervolumes.md
Signed-off-by: Jeroen Jacobs <git@jeroenj.be>
This commit is contained in:
parent
22ef779db9
commit
75602d4930
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ containers that bypasses the [*Union File System*](../reference/glossary.md#unio
|
|||
- Data volumes persist even if the container itself is deleted.
|
||||
|
||||
Data volumes are designed to persist data, independent of the container's life
|
||||
cycle. Docker therefore *never* automatically delete volumes when you remove
|
||||
cycle. Docker therefore *never* automatically deletes volumes when you remove
|
||||
a container, nor will it "garbage collect" volumes that are no longer
|
||||
referenced by a container.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue