Docker搭建Redis主从复制+哨兵

1、安装Redis 1.拉取官方的镜像,标签为3.2 [root@localhost /]# docker pull redis:3.2 2.下载完成后,咱们就能够在本地镜像列表里查到REPOSITORY为redis,标签为3.2的镜像。 [root@localhost /]# docker images redis REPOSITORY TAG
相关文章
相关标签/搜索