We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6acc559 + bf1057c commit 79b08b6Copy full SHA for 79b08b6
manifests/run.pp
@@ -216,6 +216,7 @@
216
$exec_path = ['c:/Windows/Temp/', 'C:/Program Files/Docker/']
217
$exec_provider = 'powershell'
218
$cidfile = "c:/Windows/Temp/${service_prefix}${sanitised_title}.cid"
219
+ $restart_check = "${docker_command} inspect ${sanitised_title} -f '{{ if eq \"unhealthy\" .State.Health.Status }} {{ .Name }}{{ end }}' | findstr ${sanitised_title}"
220
} else {
221
$exec_environment = 'HOME=/root'
222
$exec_path = ['/bin', '/usr/bin']
spec/acceptance/docker_full_spec.rb
@@ -859,4 +859,4 @@ class { 'docker': #{docker_ee_arg} }
859
end
860
861
862
-end
+end
0 commit comments