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