docker 安装consul单机

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_32653205/article/details/89496199

 docker run --name consul1 -d -p 8500:8500 -p 8300:8300 -p 8301:8301 -p 8302:8302 -p 8600:8600 consul:1.4.4 agent -server -bootstrap-expect 2 -ui -bind=0.0.0.0 -client=0.0.0.0
 

猜你喜欢

转载自blog.csdn.net/qq_32653205/article/details/89496199