摘要:
1.首先需要确认是否添加 docker 镜像源 ,如未安装可参考之前文章centos下安装docker进行添加镜像源 . 2.如果已添加镜像源则直接运行以下命令 1) apt-get update 更新软件列表 2) apt-get install vim -y 安装vim 3) apt-get i 阅读全文
posted @ 2021-08-31 16:10
qdy0517
阅读(326)
评论(0)
推荐(0)
摘要:
1.Docker MySQL文档 MySQL文档地址:https://hub.docker.com/_/mysql/ 2.拉取MySQL镜像(这里拉取5.6版本) # docker pull mysql:5.6 3.拉取成功后采用docker images 查看 # docker images 4. 阅读全文
posted @ 2021-08-31 14:51
qdy0517
阅读(497)
评论(0)
推荐(0)
摘要:
1, 查看防火墙状态: firewall-cmd --state systemctl status firewalld.service 2, 开启防火墙: systemctl start firewalld.service 3,设置开机自启: systemctl enable firewalld.s 阅读全文
posted @ 2021-08-31 09:41
qdy0517
阅读(52)
评论(0)
推荐(0)

浙公网安备 33010602011771号