摘要: 主从配置 docker pull redis:6.0.3 Master配置修改 IP:192.168.0.100,端口:6378 bind 0.0.0.0 port 6378 # 密码验证 requirepass 123456 # 守护进程 daemonize yes # 关闭持久化 appendo 阅读全文
posted @ 2022-12-04 16:52 谷粒-笔记 阅读(439) 评论(0) 推荐(0)
摘要: 1、Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on [::1]:53: read udp [::1]:55805->[::1]:53: read: connection refused vi 阅读全文
posted @ 2022-12-04 16:39 谷粒-笔记 阅读(160) 评论(0) 推荐(0)