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 d33a8e1 + 41e94ae commit be76764Copy full SHA for be76764
specs-go/config.go
@@ -32,7 +32,7 @@ type Spec struct {
32
// Process contains information to start a specific application inside the container.
33
type Process struct {
34
// Terminal creates an interactive terminal for the container.
35
- Terminal bool `json:"terminal"`
+ Terminal bool `json:"terminal,omitempty"`
36
// User specifies user information for the process.
37
User User `json:"user"`
38
// Args specifies the binary and arguments for the application to execute.
0 commit comments