ソースを参照

Merge pull request #23442 from thaJeztah/remove-defaultExitOnUnhealthy

remove unused defaultExitOnUnhealthy constant
Alexander Morozov 9 年 前
コミット
576c9fa200
1 ファイル変更0 行追加3 行削除
  1. 0 3
      daemon/health.go

+ 0 - 3
daemon/health.go

@@ -32,9 +32,6 @@ const (
 	// for the container to be considered unhealthy.
 	defaultProbeRetries = 3
 
-	// Shut down a container if it becomes Unhealthy.
-	defaultExitOnUnhealthy = true
-
 	// Maximum number of entries to record
 	maxLogEntries = 5
 )