Is there a trick to getting Rancher manager installed on Rancher desktop? I’ve tried the stable and latest versions. After install it’s just a blank page. Below is what I’m using to run it:
nerdctl run --privileged -d --restart=no -p 8080:80 -p 8443:443 rancher/rancher
I’ve verified nothing else is using the ports and verified it’s up checking with lsof command. Not sure how else to troubleshoot. Thanks!