reid 2 년 전
부모
커밋
4ae9037f0b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rectify/rectify.go

+ 1 - 1
rectify/rectify.go

@@ -41,7 +41,7 @@ func DockerSubscriptionHandler() {
 			logger.Info(fmt.Sprintf("Docker: %s started", contName))
 
 			if containerState, exists := config.GetContainerState()[contName]; exists {
-				containerState.ActualStatus = "started"
+				containerState.ActualStatus = "running"
 				config.UpdateContainerState(contName, containerState)
 			}