This message was deleted.
# rancher-desktop
a
This message was deleted.
h
I'm not sure how RD handles the docker socket on Windows. On Linux and Mac, RD uses Unix sockets so there wouldn't be an IP/TCP address without some configuration work. I'll ask around and see what I can find for Windows...
r
Sure, thanks for the information.
h
It looks like RD uses a named pipe for dockerd in Windows. The pipe name was copied from Docker Desktop and is:
\\.\pipe\docker_engine
r
Thanks Doug!! A bit of tweaking to the above and it worked. Cheers
npipe:////./pipe/docker_engine
👍 1