config: corresponding change for required field

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-01-13 17:18:39 -05:00
parent 353631ab5e
commit 111e69668b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ type Process struct {
Env []string `json:"env,omitempty"`
// Cwd is the current working directory for the process and must be
// relative to the container's root.
Cwd string `json:"cwd,omitempty"`
Cwd string `json:"cwd"`
}
// Root contains information about the container's root filesystem on the host.