Describe more clearly

pull/6/head
jijun2 2015-09-25 06:50:25 -04:00
parent 8dff00a94a
commit b05d5a76b9
1 changed files with 1 additions and 1 deletions

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 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.