Skip to content

Commit

Permalink
actionToStatus: catch more generic die instead of kill
Browse files Browse the repository at this point in the history
  • Loading branch information
stokito committed Nov 18, 2020
1 parent 2c07cab commit 009201e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func init() { enabled["docker"] = NewDocker }
var actionToStatus = map[string]string{
"create": "created",
"start": "running",
"kill": "exited",
"die": "exited",
"stop": "exited",
"pause": "paused",
"unpause": "running",
Expand Down

0 comments on commit 009201e

Please sign in to comment.