mirror of https://github.com/portainer/portainer
fix(api): fix invalid method call for docker_windows proxy
parent
a42619a442
commit
f6cefb3318
|
@ -29,7 +29,7 @@ func (factory ProxyFactory) newOSBasedLocalProxy(path string, endpoint *portaine
|
||||||
|
|
||||||
proxy := &dockerLocalProxy{}
|
proxy := &dockerLocalProxy{}
|
||||||
|
|
||||||
dockerTransport, err := docker.NewTransport(transportParameters, newSocketTransport(path))
|
dockerTransport, err := docker.NewTransport(transportParameters, newNamedPipeTransport(path))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue