quiet-magician-66087
05/09/2023, 7:09 AM$ sudo docker run --privileged -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher
I can see my container is running :
~ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
871b54fb1003 rancher/rancher "entrypoint.sh" 1 hours ago Up 1 hours 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp youthful_villani
But when I access localhost on browser via the port 80 or using https, I get this page. Why is that? What could be the problem?brainy-printer-12087
05/09/2023, 7:48 AMquiet-magician-66087
05/09/2023, 7:58 AMbrainy-printer-12087
05/09/2023, 2:42 PM