reid 2 years ago
parent
commit
4ae9037f0b
1 changed files with 1 additions and 1 deletions
  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)
 			}