From b4216e2aad6eb66354f61e47403792d9bf0e2af7 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 19 May 2016 16:58:59 -0500 Subject: [PATCH] Update index.md --- docs/user-guide/pods/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/pods/index.md b/docs/user-guide/pods/index.md index 4958cad8da..2fca2f59a5 100644 --- a/docs/user-guide/pods/index.md +++ b/docs/user-guide/pods/index.md @@ -57,7 +57,8 @@ pod is deleted for any reason, even if an identical replacement is created, the related thing (e.g. volume) is also destroyed and created anew. ![pod diagram](/images/docs/pod.svg) -*A multi-container pod that contains a file puller and web server that use a persistent volume for storage.* +*A multi-container pod that contains a file puller and a +web server that uses a persistent volume for shared storage between the containers.* ## Motivation for pods