Fork me on GitHub
摘要: 1、docker创建并运行centos7容器 #拉取centos镜像: docker pull centos7.2.1511 # 查看系统防火墙状态 systemctl status firewalld # 开启系统防火墙 systemctl start firewalld #放行端口 firewa 阅读全文
posted @ 2021-07-26 10:32 橘子偏爱橙子 阅读(153) 评论(0) 推荐(0) 编辑