Linux Centos7 上安装consul

1、[root@localhost ~]yum install -y unzip

2、[root@localhost ~]yuminstall -y wget

3、[root@localhost ~]# wget https://releases.hashicorp.com/consul/0.7.5/consul_0.7.5_linux_amd64.zip

4、[root@localhost ~]# ll

5、[root@localhost ~]# unzip consul_0.7.5_linux_amd64.zip

6、[root@localhost ~]./consul agent -dev -ui -node=consul-dev -client=192.168.1.186

原文地址:https://www.cnblogs.com/kingCMS/p/9371259.html