What is Rancher? - Rancher Nedir?
Rancher is an open source platform for managing containerization environments. It is specifically designed to manage and facilitate container orchestration tools such as Kubernetes and Docker Swarm. Rancher has an easy-to-install and use structure that can run in multi-cloud environments (Amazon Web Services (AWS), Microsoft Azure Google Cloud Platform (GCP), VMware vSphere OpenStack DigitalOcean Linode IBM Cloud Alibaba Cloud Oracle Cloud Infrastructure, etc.) and physical servers.
#Rancher Install on Docker:
sudo apt update
#sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --name=rancher --privileged -v /var/run/docker.sock:/var/run/docker.sock -v rancher_data:/var/lib/rancher rancher/rancher
#Rancher Startup configuration
docker ps
docker logs container-id 2>&1 | grep "Bootstrap Password:"
#See Address list
#http://your-server-address:80
#https://your-server-address:443
This post is licensed under CC BY 4.0 by the author.