2018年6月18日
摘要: 2017年06月10日 17:30:26 阅读数:2581 2017年06月10日 17:30:26 阅读数:2581 阅读数:2581 以下步骤均为本人亲自踩坑,历经数次失败,最终搭建成功 一、环境信息: 操作系统:CentOS 7 Docker版本:1.12.5 (更高版本应该类似) regis 阅读全文
posted @ 2018-06-18 17:07 adolfmc 阅读(1412) 评论(0) 推荐(0)
摘要: CentOS6关闭防火墙使用以下命令, 1 2 3 4 CentOS7中若使用同样的命令会报错, 1 2 这是因为CentOS7版本后防火墙默认使用firewalld,因此在CentOS7中关闭防火墙使用以下命令, 1 2 3 4 5 6 当然,如果安装了iptables-service,也可以使用 阅读全文
posted @ 2018-06-18 16:30 adolfmc 阅读(19461) 评论(0) 推荐(1)
摘要: 修改hostname vi /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 l 阅读全文
posted @ 2018-06-18 15:53 adolfmc 阅读(5340) 评论(0) 推荐(0)