https://www.cnrancher.com/
https://github.com/rancher/rancher/releases
https://hub.docker.com/r/rancher/server/ 1.0
https://hub.docker.com/r/rancher/rancher/ 2.0
https://docs.rancher.cn/rancher2/
https://abc.htmltoo.com/thread-34914.htm # centos7安装rancher1
# 说明
CentOS7,Ubuntu安装Docker-CE: https://abc.htmltoo.com/thread-45069.htm
使用docker说明指南: https://abc.htmltoo.com/thread-34911.htm
# 端口
22 80 443 6443 2379-2380 10250-10256 30000-32767 8472
mkdir -p /data/docker/rancher:
chmod -R 777 /data/
# 安装:rancher 2.0
docker run --privileged -d --name rancher --restart=always -p 8443:443 -v /data/docker/rancher:/var/lib/rancher/ rancher/rancher --no-cacerts
docker run --privileged -d --name rancher --restart=unless-stopped -p 80:80 -p 443:443 -v /data/docker/rancher/:/var/lib/rancher/ -v /root/docker/auditlog:/var/log/auditlog -e CATTLE_SYSTEM_CATALOG=bundled -e AUDIT_LEVEL=3 -e AUDIT_LOG_PATH=/var/log/auditlog/rancher-api-audit.log -e AUDIT_LOG_MAXAGE=20 -e AUDIT_LOG_MAXBACKUP=20 -e AUDIT_LOG_MAXSIZE=100 rancher/rancher:v2.4.15-linux-arm64
https://g.htmltoo.com:8443
# Rancher2-单节点升级,以及单节点备份,恢复: https://abc.htmltoo.com/thread-45070.htm
# 通过7层负载均衡来部署Rancher HA: https://abc.htmltoo.com/thread-45072.htm
# Rancher2-单节点升级,以及单节点备份,恢复: https://abc.htmltoo.com/thread-45071.htm
http://www.htmltoo.com/