Starting Consul
The quickest way to start using Consul is via Docker:
- Starting Consul with Docker. Currently only v1.2.x is supported.
docker run -p 8500:8500 consul:1.2.4
Alternatively you can install and run a local Consul instance.
The quickest way to start using Consul is via Docker:
docker run -p 8500:8500 consul:1.2.4
Alternatively you can install and run a local Consul instance.
本文档使用 BookStack 构建