1
0
mirror of https://github.com/bcicen/ctop.git synced 2024-08-30 18:23:19 +00:00

"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

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",