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 5a39b39 + d42b44b commit a6d839bCopy full SHA for a6d839b
specs-go/config.go
@@ -34,7 +34,7 @@ type Process struct {
34
// Terminal creates an interactive terminal for the container.
35
Terminal bool `json:"terminal,omitempty"`
36
// ConsoleSize specifies the size of the console.
37
- ConsoleSize Box `json:"consoleSize,omitempty"`
+ ConsoleSize *Box `json:"consoleSize,omitempty"`
38
// User specifies user information for the process.
39
User User `json:"user"`
40
// Args specifies the binary and arguments for the application to execute.
0 commit comments