Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


Install rancher ( single node)

Docker Installation on ubuntu

docker run -d --restart=unless-stopped -p 8081:80 -p 8443:443 rancher/rancher:latest


persistent ( add volume )





Install on ubuntu ( AWS or Azure ) 
install docker
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install docker -y
sudo apt-get install docker-compose -y
docker --version
docker-compose version

#Install rancher ( single node)
sudo docker run -d --restart=unless-stopped   -p 8081:80 -p 8443:443   rancher/rancher:latest





























  • No labels