INSTALLSenceDemoArticleFGJ: Create:2024/05/11 Update: [2024-12-10]Intro(Zookeeper) #压缩包安装 #Docker配置环境# 启动服务器 $ docker run -d -p 2181:2182 --name zookeeper-3.6.3 zookeeper:3.6.3 # 使用自定义的配置文件 $ docker run -d -p 2181:2182 -v $(pwd)/zoo.cfg:/conf/zoo.cfg --restart always --name zookeeper-3.6.3 zookeeper:3.6.3 测试# 使用redis容器内部客户端进行访问 $ docker run -it --rm --network host zookeeper:3.6.3 zkCli.sh -server 127.0.0.1[:2181] Reference #https://hub.docker.com/_/zookeeperCentos7Ubuntu修改密码的几种方式 #注意事项 #Reference #https://hub.docker.com/_/zookeeperhttps://stackoverflow.com/questions/13316776/zookeeper-connection-errorPlease enable JavaScript to view the comments powered by Disqus.comments powered by Disqus