reid 2 年之前
父节点
当前提交
1b1673fcdd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      rectify/rectify.go

+ 0 - 1
rectify/rectify.go

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