Update README.md

This commit is contained in:
jijun2 2015-09-25 17:57:25 +08:00
parent b05d5a76b9
commit 1d988754d9

View File

@ -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 exist as long as the Pod is running on the node, but it can 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.