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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。