|
@@ -26,7 +26,6 @@ func DockerSubscriptionHandler() {
|
|
|
logger.Error("Failed to assert Docker event data type")
|
|
logger.Error("Failed to assert Docker event data type")
|
|
|
continue
|
|
continue
|
|
|
}
|
|
}
|
|
|
- contID := dockerEvent.Actor.ID
|
|
|
|
|
contName := dockerEvent.Actor.Attributes["name"]
|
|
contName := dockerEvent.Actor.Attributes["name"]
|
|
|
switch dockerEvent.Action {
|
|
switch dockerEvent.Action {
|
|
|
|
|
|