Home >php教程 >php手册 >Docker+Redis3集群环境搭建

Docker+Redis3集群环境搭建

WBOY
WBOYOriginal
2016-06-13 08:44:211027browse

Docker+Redis3集群环境搭建



Docker宿主机新建3个容器,三个容器分别作为redis集群的三个节点,三个master,三个slave!
实验目标:
client通过192.168.100.67访问到下列redis集群
容器ID为9cb25bcd52d1的ip地址:172.17.0.5 port: 7005 7006
容器ID为91dac3ea23c9的ip地址:172.17.0.4 port: 7003 7004
容器ID为e2189fc1d4d9的ip地址:172.17.0.2 port: 7001 7002

Docker+Redis_CLUSTER 实验.zip



Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn