We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997032e commit 24cf599Copy full SHA for 24cf599
lib/facter/docker.rb
@@ -32,7 +32,7 @@
32
end
33
34
docker_command = if Facter.value(:kernel) == 'windows'
35
- 'powershell -c docker'
+ 'powershell -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Bypass -c docker'
36
else
37
'docker'
38
0 commit comments