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 34901c1 + a93873a commit eeeecb0Copy full SHA for eeeecb0
specs-go/state.go
@@ -6,6 +6,8 @@ type State struct {
6
Version string `json:"version"`
7
// ID is the container ID
8
ID string `json:"id"`
9
+ // Status is the runtime state of the container.
10
+ Status string `json:"status"`
11
// Pid is the process id for the container's main process.
12
Pid int `json:"pid"`
13
// BundlePath is the path to the container's bundle directory.
0 commit comments