https://rancher.com/ logo
Title
d

dry-soccer-42797

09/19/2022, 3:09 PM
Yes, I checked ~/.rd/bin and there is indeed a nerdclt installed. Should I deinstall my own installation of lima and nerdctl then? When I am using the RD installed nerdctl, I get this error: ➜ nerdctl run -d -p 8080:80 --name nginx nginx:alpine FATA[0007] expected ac.ServerAddress ("") to be "https://index.docker.io/v1/"
f

fast-garage-66093

09/19/2022, 4:38 PM
It is a bug that has been fixed in nerdctl 0.23 iirc. You can work around it by running
nerdctl logout
and then
nerdctl login
again. The bug happens when you logged in using the
docker
cli and then use the stored credentials with
nerdctl
.
d

dry-soccer-42797

09/20/2022, 12:10 PM
Works like a charm. I do not even have to delete my lima/nerdctl installation, just changed my alias to nerdctl only without the lima. I can now see the images in Rancher Desktop. Thanks! Is it correct that you are not supposed to be able to see Supporting Utilities section in the menu of Rancher Desktop now? It just automatically installs nerdctl?
f

fast-garage-66093

09/20/2022, 3:48 PM
There is no longer a "Supporting Utilities" section; it is handled by the
PATH
settings. RD can put
~/.rd/bin
on the
PATH
automatically, or you can choose to do it manually. It includes symlinks to all the bundled utilities
d

dry-soccer-42797

09/21/2022, 8:54 AM
Thank you!