Merge pull request #67 from jhjeong-kr/master
typo: containers -> container's
This commit is contained in:
commit
fb8706c9df
2
spec.go
2
spec.go
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue