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.
1 parent 3e4195d commit a02a293Copy full SHA for a02a293
specs-go/state.go
@@ -25,7 +25,7 @@ type State struct {
25
// ID is the container ID
26
ID string `json:"id"`
27
// Status is the runtime status of the container.
28
- Status string `json:"status"`
+ Status ContainerState `json:"status"`
29
// Pid is the process ID for the container process.
30
Pid int `json:"pid,omitempty"`
31
// Bundle is the path to the container's bundle directory.
0 commit comments