We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 643c142 + a02a293 commit e2c4c0aCopy full SHA for e2c4c0a
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