Improved word usage (#2385)

This commit is contained in:
Vishnu Narayanan 2017-03-21 03:25:33 +05:30 committed by John Mulhausen
parent 8e76222187
commit 0d71b86c0c
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ Data volumes provide several useful features for persistent or shared data:
- Changes to a data volume will not be included when you update an image. - Changes to a data volume will not be included when you update an image.
- Data volumes persist even if the container itself is deleted. - Data volumes persist even if the container itself is deleted.
Data volumes are designed to persist data, independent of the container's life Data volumes are designed to persist data, independent of the container's lifecycle.
cycle. Docker therefore *never* automatically deletes volumes when you remove Docker therefore *never* automatically deletes volumes when you remove
a container, nor will it "garbage collect" volumes that are no longer a container, nor will it "garbage collect" volumes that are no longer
referenced by a container. referenced by a container.