Skip to content

Commit be76764

Browse files
committed
Merge pull request #429 from wking/terminal-omitempty
specs-go/config.go: Make Process.Terminal omitempty
2 parents d33a8e1 + 41e94ae commit be76764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs-go/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type Spec struct {
3232
// Process contains information to start a specific application inside the container.
3333
type Process struct {
3434
// Terminal creates an interactive terminal for the container.
35-
Terminal bool `json:"terminal"`
35+
Terminal bool `json:"terminal,omitempty"`
3636
// User specifies user information for the process.
3737
User User `json:"user"`
3838
// Args specifies the binary and arguments for the application to execute.

0 commit comments

Comments
 (0)