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

posted @ 2018-07-26 13:32  浪潮之巅  阅读(2937)  评论(0编辑  收藏  举报