Skip to content

Commit

Permalink
Merge pull request #1056 from RenaudWasTaken/container-state
Browse files Browse the repository at this point in the history
Update State structure to use the new ContainerState type
  • Loading branch information
tianon authored Jul 28, 2020
2 parents 643c142 + a02a293 commit e2c4c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type State struct {
// ID is the container ID
ID string `json:"id"`
// Status is the runtime status of the container.
Status string `json:"status"`
Status ContainerState `json:"status"`
// Pid is the process ID for the container process.
Pid int `json:"pid,omitempty"`
// Bundle is the path to the container's bundle directory.
Expand Down

0 comments on commit e2c4c0a

Please sign in to comment.