docker下進行consul的安裝
使用環境
1. CentOS7
2. docker
3. consul最新
安裝與啓動
1. 查找 consul 版本信息 docker search consul
2. 進行安裝 : docker pull consul
3. 檢查是否安裝 : docker images
4. 啓動 : 查找了好多資料自動都報錯
docker run -d --net=host consul:latest agent -server -bind=172.16.1.136 -node=server1 -bootstrap-expect 1 -client 0.0.0.0 -ui
備註
docker: Error response from daemon: driver failed programming external connectivity on endpoint priceless_haibt : (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 8500 -j DNAT --to-destination 172.17.0.2:8500 ! -i docker0: iptables: No chain/target/match by that name.
集羣搭建
1. docker run -d --net=host 10.211.55.4:5000/consul:0.7.1 agent -bind=10.211.55.7 -node=client1 -retry-join=10.211.55.6