From a71fb7dcbedbcd6818da7e11af641262f1d75f10 Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 19 May 2016 17:00:26 -0500 Subject: [PATCH] Update index.md --- docs/user-guide/pods/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/pods/index.md b/docs/user-guide/pods/index.md index fc7c50dc9e..f9f8808985 100644 --- a/docs/user-guide/pods/index.md +++ b/docs/user-guide/pods/index.md @@ -57,6 +57,7 @@ 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){: style="max-width: 50%" } + *A multi-container pod that contains a file puller and a web server that uses a persistent volume for shared storage between the containers.*