Skip to content

Commit

Permalink
Revert "revert: print docker host"
Browse files Browse the repository at this point in the history
This reverts commit c97d75f.
  • Loading branch information
mdelapenya committed Aug 8, 2023
1 parent 699f649 commit 3666417
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/testcontainersdocker/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package testcontainersdocker

import (
"context"
"fmt"
"path/filepath"

"github.com/docker/docker/client"
Expand All @@ -15,7 +14,6 @@ func NewClient(ctx context.Context, ops ...client.Opt) (*client.Client, error) {
tcConfig := config.Read()

dockerHost := ExtractDockerHost(ctx)
fmt.Println(">>> Resolved Docker Host: ", dockerHost)

opts := []client.Opt{client.FromEnv, client.WithAPIVersionNegotiation()}
if dockerHost != "" {
Expand Down

0 comments on commit 3666417

Please sign in to comment.