Add support for forwarding Docker client through SOCKS proxy
Signed-off-by: Alexander Morozov <lk4d4@docker.com> Upstream-commit: 05002c2501ac549b3cf677ab04d0f571cc456360 Component: engine
This commit is contained in:
@@ -196,7 +196,7 @@ func (d *Daemon) getClientConfig() (*clientConfig, error) {
|
||||
transport = &http.Transport{}
|
||||
}
|
||||
|
||||
sockets.ConfigureTransport(transport, proto, addr)
|
||||
d.c.Assert(sockets.ConfigureTransport(transport, proto, addr), check.IsNil)
|
||||
|
||||
return &clientConfig{
|
||||
transport: transport,
|
||||
|
||||
Reference in New Issue
Block a user