摘要: 1、一键安装 curl -sSL https://get.docker.com/ | sh systemctl start docker systemctl enable docker.service systemctl start docker && systemctl enable docker 阅读全文
posted @ 2021-02-22 15:20 海浪的声音 阅读(97) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/zhaipengfei1231/article/details/79821723 阅读全文
posted @ 2018-11-29 10:08 海浪的声音 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 鲜花长满地 青草也在微笑 水声轻拍岸 天边有斜阳照 当烽烟飘过后 是谁与我倾诉 未来没法知道 当轻舟飘过后 未来没法知道 为何异国终老 阅读全文
posted @ 2018-04-27 23:31 海浪的声音 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 使用 Keepalived 做双机热备非常简单,经常和 LVS 搭配来实现高可用负载平衡方案 1. Master / Slave 首先准备两台测试服务器和一个虚拟IP。 测试服务: 在两台服务器上分别安装 Nginx,并修改默认的 index.html 文件,显示当前服务器 IP 以便识别。1. 在 阅读全文
posted @ 2017-04-18 16:10 海浪的声音 阅读(268) 评论(0) 推荐(0) 编辑