Difference between revisions of "HashiCorp/Consul"

From Ever changing code
Jump to navigation Jump to search
Line 1: Line 1:
= Install =
<source lang=bash>
wget https://releases.hashicorp.com/consul/1.4.3/consul_1.4.3_linux_amd64.zip
unzip consul_1.4.3_linux_amd64.zip
sudo mv consul /usr/bin
</source>
= References =
= References =
*[https://blog.fraq.io/tech/consul-template/ A practical and simple consul-template example] Tutorial with docker restart based on a template change
*[https://blog.fraq.io/tech/consul-template/ A practical and simple consul-template example] Tutorial with docker restart based on a template change

Revision as of 20:39, 11 March 2019

Install

wget https://releases.hashicorp.com/consul/1.4.3/consul_1.4.3_linux_amd64.zip
unzip consul_1.4.3_linux_amd64.zip
sudo mv consul /usr/bin

References