摘要:
#关闭docker进程 systemctl stop docker #修改/etc/docker/daemon.json { "bip": "100.96.2.1/24" #改为需要的网段。 } #关闭docker0网桥 ip link set dev docker0 down #删除docker0 阅读全文
摘要:
描述: 这几天在windows环境上,部署了vagrant,在启动虚拟机的时候报错: [c:\~]$ vagrant upBringing machine 'default' up with 'virtualbox' provider...==> default: Importing base bo 阅读全文
摘要:
升级背景说明: 最近在做系统安全扫描时,扫出来zookeeper存在安全漏洞 Mitigation: It is important to use the fully featured/supported Java cli shell rather than the C cli shell inde 阅读全文