Rancher安装部署Nginx、MQ、MySQL、Redis、微服务 - (自己记录当笔记用)
文章目录一、安装rancher二、设置主机三、rancher开发环境、测试环境、正式环境四、rancher上部署redis笔记更新
一、安装rancher
CentOS 7.0默认使用的是firewall作为防火墙
查看防火墙状态
firewall-cmd --state
停止firewall
systemctl stop firewalld.service
禁止firewall开机启动
systemctl disable firewalld.service
docker run -d --rest
原创
2022-04-17 18:40:29 ·
3482 阅读 ·
1 评论