This message was deleted.
# rancher-desktop
a
This message was deleted.
w
i would check your docker context. that's the one from Docker Desktop. try
docker context use rancher-desktop
b
Rancher Desktop defaults to using containerd as the container runtime. You can only use nerdctl as the CLI with containerd. That said, nerdctl is a 1:1 CLI to docker for the most part. So, either you can alias nerdctl to docker in your terminal or you can also switch to dockerd as the container runtime in the settings of RD. Or, you can just use nerdctl as is. 😁
I really don't understand why docker CLI is installed as part of the RD installation, when it defaults to containerd. This is a constant form of confusion, as it was for me too, when I started with RD.
So, nix what I said above. dockerd is the default. Maybe you selected containerd during installation?