Sign inSign up

18817810841/sentinel

By 18817810841

Updated almost 7 years ago

redis、pika集群工具

Image
0

755

18817810841/sentinel repository overview

redis、pika集群工具

启动容器

docker run -d
--restart always
--name sentinel
--network test
-e "BIND=0.0.0.0"
-e "SENTINEL_PORT=26379"
-e "MASTER_IP=172.23.0.2"
-e "MASTER_PORT=9221"
-e "QUORUM=2"
18817810841/sentinel

环境变量解释 BIND 地址限制 SENTINEL_PORT 哨兵端口 MASTER_IP 主服务器ip MASTER_PORT 主服务器端口 QUORUM 执行仲裁所需哨兵数

Tag summary

Content type

Image

Digest

Size

98.1 MB

Last updated

almost 7 years ago

docker pull 18817810841/sentinel