How to install Rancer2 server

  1. Install docker in Linux system
  2. Pull an image of Rancher2 server from Docker hub by using docker pull rancher/rancher
  3. Execute the following command to start Rancher2 Server
docker run -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:latest

Leave a Reply