#187 "created" action is handled separately in watchEvents()

This commit is contained in:
Sergey Ponomarev 2020-11-20 19:25:19 +02:00
parent 2792e72d18
commit df0d8b7892
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import (
func init() { enabled["docker"] = NewDocker }
var actionToStatus = map[string]string{
"create": "created",
"start": "running",
"die": "exited",
"stop": "exited",