8000
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 ca60a62 commit 7456df9Copy full SHA for 7456df9
envs/docker.go
@@ -77,7 +77,7 @@ func (l *Local) RelationshipsFromDocker() Relationships {
77
dialer := &net.Dialer{
78
Timeout: 2 * time.Second,
79
}
80
- opts = append(opts, docker.WithDialer(dialer))
+ opts = append(opts, docker.WithDialContext(dialer.DialContext))
81
82
client, err := docker.NewClientWithOpts(opts...)
83
if err != nil {
0 commit comments