From b05d5a76b953c9a32aebb1ef1c9993132acf9bbd Mon Sep 17 00:00:00 2001 From: jijun2 Date: Fri, 25 Sep 2015 06:50:25 -0400 Subject: [PATCH] Describe more clearly --- docs/user-guide/walkthrough/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/walkthrough/README.md b/docs/user-guide/walkthrough/README.md index e5fe13d13cb..7258134c209 100644 --- a/docs/user-guide/walkthrough/README.md +++ b/docs/user-guide/walkthrough/README.md @@ -174,7 +174,7 @@ Notes: ##### Volume Types -- **EmptyDir**: Creates a new directory that will persist across container failures and restarts. +- **EmptyDir**: Creates a new directory that, will persist across container failures and restarts. - **HostPath**: Mounts an existing directory on the node's file system (e.g. `/var/logs`). See [volumes](../../../docs/user-guide/volumes.md) for more details.