From 75602d4930e7b7fa7c958329b544401756991d88 Mon Sep 17 00:00:00 2001 From: Jeroen Jacobs Date: Thu, 5 Nov 2015 16:03:35 +0100 Subject: [PATCH] Fixes typo in docs/userguide/dockervolumes.md Signed-off-by: Jeroen Jacobs --- docs/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/dockervolumes.md b/docs/userguide/dockervolumes.md index ed4ad18f73..ac02a7089c 100644 --- a/docs/userguide/dockervolumes.md +++ b/docs/userguide/dockervolumes.md @@ -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.