摘要: 拉取镜像 [root@192 ~]# docker pull redis [root@192 ~]# docker images REPOSITORY TAG IMAGE ID CREATED SIZE redis latest 1319b1eaa0b7 7 days ago 104MB 配置文件 阅读全文
posted @ 2020-08-12 21:08 风停了,雨来了 阅读(116) 评论(0) 推荐(0)
摘要: 开放指定端口 以端口5672为例: firewall-cmd --zone=public --add-port=5672/tcp --permanent 关闭指定端口 以端口5672为例: firewall-cmd --zone=public --remove-port=5672/tcp --per 阅读全文
posted @ 2020-08-12 20:57 风停了,雨来了 阅读(159) 评论(0) 推荐(0)