Skip to content

Commit eeeecb0

Browse files
committed
Merge pull request #485 from duglin/FixStatus
Add 'status' to state.go
2 parents 34901c1 + a93873a commit eeeecb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specs-go/state.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ type State struct {
66
Version string `json:"version"`
77
// ID is the container ID
88
ID string `json:"id"`
9+
// Status is the runtime state of the container.
10+
Status string `json:"status"`
911
// Pid is the process id for the container's main process.
1012
Pid int `json:"pid"`
1113
// BundlePath is the path to the container's bundle directory.

0 commit comments

Comments
 (0)