From 0d71b86c0c6e2a096d9e05195c31f8b3940cdef0 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Tue, 21 Mar 2017 03:25:33 +0530 Subject: [PATCH] Improved word usage (#2385) --- engine/tutorials/dockervolumes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/tutorials/dockervolumes.md b/engine/tutorials/dockervolumes.md index e26445e24c..07cae79f18 100644 --- a/engine/tutorials/dockervolumes.md +++ b/engine/tutorials/dockervolumes.md @@ -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. - 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 deletes volumes when you remove +Data volumes are designed to persist data, independent of the container's lifecycle. +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.