Skip to content

Commit 427e744

Browse files
committed
Fix desktop proxy socket name on WSL
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
1 parent 9318923 commit 427e744

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/desktop/sockets_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func getDockerDesktopPaths() (DockerDesktopPaths, error) {
2424
// Inside WSL2
2525
return DockerDesktopPaths{
2626
BackendSocket: "/mnt/wsl/docker-desktop/shared-sockets/host-services/backend.sock",
27-
ProxySocket: "/mnt/wsl/docker-desktop/shared-sockets/host-services/httpproxy.sock",
27+
ProxySocket: "/mnt/wsl/docker-desktop/shared-sockets/host-services/http-proxy.sock",
2828
}, nil
2929
}
3030

0 commit comments

Comments
 (0)