This message was deleted.
# rancher-desktop
a
This message was deleted.
f
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
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
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
Thank you!