- https://github.com/progrium/docker-consul is used for running Consul
- All containers expose their ports through NAT (hence all have same IP but different ports)
docker run -d -h node1 -v /mnt:/data \
-p <public-IP>:8300:8300 \
-p :8301:8301 \