hi i have installed rancher but I get this error w...
# rancher-desktop
m
hi i have installed rancher but I get this error when trying to start containers :
Copy code
unable to get image 'cp.icr.io/cp/wxo-lite/wxo-server-db:21-05-2025': Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
[ERROR] - Error starting DB container: None

(.venv) vasaragh@Vasanths-MacBook-Pro hello-world % docker context ls
NAME        DESCRIPTION                               DOCKER ENDPOINT               ERROR
default *   Current DOCKER_HOST based configuration   unix:///var/run/docker.sock
f
Did you select the
moby
container engine? You will not get a docker context when you are using
containerd
(because it doesn't provide a
docker.sock
endpoint). If you are running with
moby
, then something is wrong. Did you get an error? Is there anything interesting in the log files?
m
yes moby is selected. I was on mac osX 15.3 , upgraded to 15.5 and then the error went away. not sure if it is related. I also increased the CPU and memory to 6 core and 12 GB