consul
Distributed key-value store with health checking and service discovery. Some subcommands such as consul kv have their own usage documentation. More information: <https://www.consul.io/commands>.
Install
- All systems
-
curl cmd.cat/consul.sh
- Debian
-
apt-get install consul
- Ubuntu
-
apt-get install consul
- Arch Linux
-
pacman -S consul
- Kali Linux
-
apt-get install consul
- Fedora
-
dnf install consul
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install consul
- OS X
-
brew install consul
- Raspbian
-
apt-get install consul
- Dockerfile
- dockerfile.run/consul
Distributed key-value store with health checking and service discovery. Some subcommands such as consul kv have their own usage documentation. More information: <https://www.consul.io/commands>.
-
Check the Consul version:
consul --version
-
Display help:
consul --help
-
Display help for a sub-command:
consul sub-command --help
© tl;dr; authors and contributors