Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

02 Rancher Server Setup

satrapu edited this page Oct 14, 2017 · 8 revisions

This page details how to start an instance of a Rancher server.

More information can be found here.

  1. Connect to the VM to host Rancher server using ssh
    docker-machine ssh rs
  2. Start Rancher server Docker container
    sudo docker run -d --name rs -p 8080:8080 --restart=unless-stopped rancher/server:v1.6.7
  3. Monitor Rancher server logs
    docker logs -f rs
  4. Go to Rancher UI: http://<RANCHER_SERVER_HOST_IP_ADDRESS>:8080
Clone this wiki locally