Fixes typo in docs/userguide/dockervolumes.md

Signed-off-by: Jeroen Jacobs <git@jeroenj.be>
Upstream-commit: 75602d4930e7b7fa7c958329b544401756991d88
Component: engine
This commit is contained in:
Jeroen Jacobs
2015-11-05 16:03:35 +01:00
committed by Jeroen Jacobs
parent 50aae3f0be
commit dcbc728ac9

View File

@ -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.