Skip to content

Commit

Permalink
Quick fix to accept a default Docker host configured via Docker context
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jul 28, 2024
1 parent dc91b5c commit 7fc34ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ class GenericDockerTaskSpec extends Specification {
then:
dockerClient.env.dockerHost in [
DockerEnv.getDefaultDockerHost(),
// 'DockerEnv.getDefaultDockerHost()' should respect the docker context
"npipe:////./pipe/dockerDesktopLinuxEngine",
// for GitHub, where integration tests use a Colima based Docker engine
"unix:///Users/runner/.colima/default/docker.sock"
]
Expand Down

0 comments on commit 7fc34ce

Please sign in to comment.