Monthly Archives: April 2020
How to install Rancer2 server
Reply
- Install docker in Linux system
- Pull an image of Rancher2 server from Docker hub by using docker pull rancher/rancher
- Execute the following command to start Rancher2 Server
docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest