We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 353631a + 111e696 commit 52cbf47Copy full SHA for 52cbf47
config.go
@@ -30,7 +30,7 @@ type Process struct {
30
Env []string `json:"env,omitempty"`
31
// Cwd is the current working directory for the process and must be
32
// relative to the container's root.
33
- Cwd string `json:"cwd,omitempty"`
+ Cwd string `json:"cwd"`
34
}
35
36
// Root contains information about the container's root filesystem on the host.
0 commit comments