reid 2 tahun lalu
induk
melakukan
4ae9037f0b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)
 			}