- 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