From c51b2bd7b571e436b34f89c93827727d58a1ec3c Mon Sep 17 00:00:00 2001 From: johndmulhausen Date: Thu, 19 May 2016 16:59:48 -0500 Subject: [PATCH] Update index.md --- docs/user-guide/pods/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/pods/index.md b/docs/user-guide/pods/index.md index 2fca2f59a5..fc7c50dc9e 100644 --- a/docs/user-guide/pods/index.md +++ b/docs/user-guide/pods/index.md @@ -56,7 +56,7 @@ that means that it exists as long as that pod (with that UID) exists. If that 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) +![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.*