首页 > 系统服务 > 详细

ubuntu rancher安装部署

时间:2020-07-24 10:23:08      阅读:111      评论:0      收藏:0      [点我收藏+]

ubuntu rancher安装部署

1.阿里云镜像加速

vim /etc/docker/daemon.json
{"registry-mirrors": ["https://xwx6wxd1.mirror.aliyuncs.com"]}

/etc/init.d/docker reload

其他镜像源:

https://registry.docker-cn.com

http://hub-mirror.c.163.com

https://3laho3y3.mirror.aliyuncs.com

http://f1361db2.m.daocloud.io

https://mirror.ccs.tencentyun.com

2.创建挂在目录,创建容器

mkdir -p /data/rancher_server/mysql
sudo docker run -d --restart=unless-stopped -p 8080:8080 rancher/server:stable

3.查看启动

docker ps
docker logs -f fbac96ddb14c

rancher商店,阿里商店地址
https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
https://helm.elastic.co
https://git.rancher.io/helm3-charts

添加应用商店:

名称 地址 分支

library https://github.com/niusmallnan/rancher-catalog.git k8s-cn

community https://github.com/rancher/community-catalog.git master

harbor https://github.com/Balldog/harbor-ranchersetup.git master

相关链接

https://www.cnblogs.com/xiao987334176/p/11448248.html
https://www.cnblogs.com/YatHo/p/7851758.html

ubuntu rancher安装部署

原文:https://www.cnblogs.com/tomtellyou/p/13370019.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!