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.
1 parent dc91b5c commit 7fc34ceCopy full SHA for 7fc34ce
plugin/src/test/groovy/de/gesellix/gradle/docker/tasks/GenericDockerTaskSpec.groovy
@@ -35,6 +35,8 @@ class GenericDockerTaskSpec extends Specification {
35
then:
36
dockerClient.env.dockerHost in [
37
DockerEnv.getDefaultDockerHost(),
38
+ // 'DockerEnv.getDefaultDockerHost()' should respect the docker context
39
+ "npipe:////./pipe/dockerDesktopLinuxEngine",
40
// for GitHub, where integration tests use a Colima based Docker engine
41
"unix:///Users/runner/.colima/default/docker.sock"
42
]
0 commit comments