This message was deleted.
# rancher-desktop
a
This message was deleted.
f
Did you configure RD to use moby instead of containerd?
k
yes
f
If you did, but are not allowing administrative access, did you switch the docker context with
docker context use rancher-desktop
?
k
context "rancher-desktop": context not found: open /Users/shivananda.shiragavi/.docker/contexts/meta/b547d66a5de60e5f0843aba28283a8875c2ad72e99ba076060ef9ec7c09917c8/meta.json: no such file or directory
f
That's weird, doesn't look like RD is running with moby then. What platform are you using?
Also check
docker context ls
k
I am using Mac book pro M1
postgres % docker context ls NAME DESCRIPTION DOCKER ENDPOINT ERROR default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock
This error I am getting whenever I am starting the app
It worked!!!
it was not working as my username is long, after executing following steps it worked mv ~/Library/Application\ Support/rancher-desktop/lima ~/.rdlima ln -s ~/.rdlima ~/Library/Application\ Support/rancher-desktop/lima
Thanks @fast-garage-66093 for looing into it!!
437 Views