This message was deleted.
# rancher-desktop
a
This message was deleted.
🕵️ 1
m
The reason I say that docker is not running is that when I run
Copy code
docker ps
I get the following error message
Copy code
Cannot connect to the Docker daemon at unix://.../.rd/docker.sock. Is the docker daemon running?
f
I am not a Rancher Desktop expert since I have been using it since only a few weeks. Have you checked if there are still running processes (top / ps aux | grep “Rancher Desktop”)? I usually get this message when I forgot to start the Docker engine beforehand.
Or could it be that the processes were killed by the OS? What resources do you have on your Mac Mini?
w
yeah i would poke at the limavm instance and jump into the shell using rdctl to see what is going on in the backend. RD isn't intended to be a server, but the process in the vm shouldn't just disappear without a trace
m
Thanks, I was using
rdctl
to restart and did not think to jump onto the shell
But also, a takeaway for me is that as it is not intended to be used as a server. I could be asking for too much from
rd
outside its intended scope
@fast-oil-88387 I need to check the specs. It is one of those forgotten machines in the corner the we just need to run Safari.
👍 1
w
The RD UI has a link to the logs so you can poke through to see what might be going on, but yeah the tool is intended to back a development inner loop and not as an alternative to running RKE or something.
f
An alternative would be installing a Linux on your Mac Mini 😉