http://www.eryajf.net/2675.html
1:记载iptables模块
modprobe iptable_filter modprobe iptable_nat modprobe iptable_mangle
2:启动
docker run -d --name rancher --restart=unless-stopped -p 180:80 -p 1443:443 -p 6444:6444 -p 30000-40000:30000-40000 --privileged rancher/rancher:latest --no-cacerts
吧30000-40000端口映射出来的作用是,在rancher中使用nodeport的时候方便直接在宿主机上也可以访问,否则只能在rancher容器内部访问
3:查看默认密码
docker logs rancher 2>&1 | grep "Bootstrap Password:"
No Leanote account? Sign up now.