typo: containers -> container's

Signed-off-by: Jin-Hwan Jeong <jhjeong.kr@gmail.com>
This commit is contained in:
Jin-Hwan Jeong 2015-07-10 18:23:13 +09:00
parent 30d607aa38
commit c39cad5aad
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ type Spec struct {
Process Process `json:"process"`
// Root is the root information for the container's filesystem.
Root Root `json:"root"`
// Hostname is the containers host name.
// Hostname is the container's host name.
Hostname string `json:"hostname"`
// Mounts profile configuration for adding mounts to the container's filesystem.
Mounts []Mount `json:"mounts"`