mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
#187 "created" action is handled separately in watchEvents()
This commit is contained in:
@@ -15,7 +15,6 @@ import (
|
|||||||
func init() { enabled["docker"] = NewDocker }
|
func init() { enabled["docker"] = NewDocker }
|
||||||
|
|
||||||
var actionToStatus = map[string]string{
|
var actionToStatus = map[string]string{
|
||||||
"create": "created",
|
|
||||||
"start": "running",
|
"start": "running",
|
||||||
"die": "exited",
|
"die": "exited",
|
||||||
"stop": "exited",
|
"stop": "exited",
|
||||||
|
|||||||
Reference in New Issue
Block a user