Skip to content

Commit

Permalink
revert: print Docker info
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 8, 2023
1 parent 3666417 commit 59f344c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/testcontainersdocker/docker_host.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func extractDockerSocketFromClient(ctx context.Context, cli client.APIClient) st
panic(err) // Docker Info is required to get the Operating System
}

fmt.Printf(">>> Docker Info: %+v\n", info)
// Because Docker Desktop runs in a VM, we need to use the default docker path for rootless docker
if info.OperatingSystem == "Docker Desktop" {
return DockerSocketPath
Expand Down

0 comments on commit 59f344c

Please sign in to comment.