rancher的单机部署
2019-06-15 22:18:33    98    0    0
admin

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:"​


Pre: 轻易怀疑

Next: 美国衰落之我见

98
Sign in to leave a comment.
No Leanote account? Sign up now.
0 comments
Table of content