Skip to content

Commit 01b64e8

Browse files
authored
Merge pull request #249 from jakauppila/fix-137
Adds detection of Docker Desktop for Dokken on Windows
2 parents 4a444aa + 06deb0f commit 01b64e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/kitchen/helpers.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def parse_port(v)
261261
end
262262

263263
def remote_docker_host?
264+
return false if config[:docker_info]["OperatingSystem"].include?("Docker Desktop")
264265
return false if config[:docker_info]["OperatingSystem"].include?("Boot2Docker")
265266
return true if /^tcp:/.match?(config[:docker_host_url])
266267

0 commit comments

Comments
 (0)