https://cloud.tencent.com/developer/article/1098820
前面贴子是直接在主机ip设置。我不想搞多个虚拟机,如果那样还要docker干嘛呢。
首先需要设置docker容器IP
首先验证一下
先从私库中拉下镜像
docker pull 192.168.1.153:31809/zookeeper.new.es docker run -itd --net docker-ice --ip 192.168.10.11 192.168.1.153:31809/zookeeper.new.es 进入容器查看ip docker exec -it 29545043c3c8 /bin/bash
原文地址:https://www.cnblogs.com/heling/p/10389093.html
时间: 2024-10-08 00:05:17