Hi guys, I am trying to re setup Rancher on my EC...
# general
b
Hi guys, I am trying to re setup Rancher on my EC2 instance again after clean up. (Ubuntu) I installed latest version of docker using - https://docs.docker.com/engine/install/ubuntu/ And then ran the command in docs to get the latest Rancher -
Copy code
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
I can see the container running (Image attached) But I cannot access the rancher UI on the public IP. This site can’t be reached error. Has something changed recently cause I was able to access it few weeks back? Appreciate any help on this