-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Rancher on rancher desktop tutorial #59
Comments
can you please share what error message did you get? I'm having issues I guess with traefik, I get 404 when doing it locally, only works behind a port forward |
We use this command as part of our testing, and has been consistently working fine. One observation though is that once the command finishes executing we do need to wait for sometime (up to ~ 1 min sometimes), till we can see the rancher UI on https://localhost:8443/ Not sure if it's something your machine specific, because we test the same command on all 3 OSs(Mac, Linux, Windows) as part of the QA and it works.. I have just tried this morning on my windows and it worked as well. Can you please try again when you get a chance and share the error message, logs here. |
Hi, It seems to be working at first as I was able to see that the image 'rancher/rancher' in I am currently working on windows 10 if it helps. |
The issue seems similar to this one rancher/rancher#34927 |
Hi,
I think the rancher tutorial is not up-to date on https://docs.rancherdesktop.io/how-to-guides/rancher-on-rancher-desktop
If I run
docker run --privileged -d --restart=no -p 8080:80 -p 8443:443 rancher/rancher
it won't show the rancher UI but an error message instead.
docker run -d --restart=unless-stopped -p 8080:8080 rancher/server
worked for me.
If I just did something wrong, feel free to just close this issue.
Kind regards,
Denise
The text was updated successfully, but these errors were encountered: