small fix

This commit is contained in:
yusing
2024-03-11 16:29:32 +00:00
parent 304b2e9ba6
commit c271c4d0e2
5 changed files with 12 additions and 19 deletions

View File

@@ -136,7 +136,7 @@ func (p *Provider) getDockerProxyConfigs() ([]*ProxyConfig, error) {
}
clientHost = url.Host
opts = []client.Opt{
client.WithHost(clientHost),
client.WithHost(p.Value),
client.WithAPIVersionNegotiation(),
}
}