This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
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.
- Connect to the VM to host Rancher server using ssh
docker-machine ssh rs
- Start Rancher server Docker container
sudo docker run -d --name rs -p 8080:8080 --restart=unless-stopped rancher/server:v1.6.7
- Monitor Rancher server logs
docker logs -f rs
- Go to Rancher UI: http://<RANCHER_SERVER_HOST_IP_ADDRESS>:8080