This message was deleted.
# rancher-desktop
a
This message was deleted.
h
Not by default: rancher desktop runs k8s with the docker container runtime, and it is configured to use the local socket.
But that's something you can modify in the docker daemon configuration file.
b
Thank you. I've executed:
Copy code
LIMA_HOME="$HOME/Library/Application Support/rancher-desktop/lima" "/Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl>" shell 0
sudo su
service docker stop
echo ' {"hosts": ["<tcp://0.0.0.0:2375>", "unix:///var/run/docker.sock"]}' > /etc/docker/daemon.json
service docker start
netstat -nltp
and it is exposed on localhost on port 2375 and accepts the calls. 🙂
h
Hey @brave-king-40287 I'm glad you sort it out.
s
Hi where to edit these configuration on windows?
334 Views