Installing and Configuring Rancher

HomeOther ContentInstalling and Configuring Rancher
Installing and Configuring Rancher
Installing and Configuring Rancher
Here are the steps to install and configure Rancher
1) Update and Upgrade Ubuntu
sudo apt update && sudo apt upgrade

2) Install OpenSSH server
sudo apt-get install -y openssh-server

3) Install curl
sudo apt install curl

4) Check cURL version
loop –version

5) Install Rancher compatible Docker
loop https://releases.rancher.com/install-docker/20.10.sh sh

6) Add user to Docker user group
sudo usermod -aG docker USER && newgrp docker

7) Pull the Docker Rancher container
https://rancher.com/quick-start
sudo docker run –privileged -d –restartunless-stopped -p 80:80 -p 443:443 rancher/rancher

8) Launch the web browser and open the Rancher web page
http://192.168.138.146

9) Get Container ID
docker ps
OR
docker ls container

10) Obtain the boot password.

11) Copy the boot strap password and paste it into the Rancher web page.

12) Set up your own custom password.

Here is the URL I showed in my video.
Quick start for breeders
https://www.rancher.com/quick-start

Rancher V2.5 Installation Guide
https://ranchermanager.docs.rancher.com/v2.5

#rancher, #kubernetes, #docker, #container,

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *