rancher 安装和部署
-
拉取rancher2.0 镜像
docker pull rancher/rancher
-
启动rancher
run -d --restart=unless-stopped -p 8888:80 -p 8443:443 rancher/rancher
使用 ip:port进入rancher ui界面 然后可以设置管理员密码
并且设置server的url
拉取rancher2.0 镜像
docker pull rancher/rancher
启动rancher
run -d --restart=unless-stopped -p 8888:80 -p 8443:443 rancher/rancher
使用 ip:port进入rancher ui界面 然后可以设置管理员密码
并且设置server的url