Skip to content

Files

Latest commit

 

History

History

hashicorp-docker-compose

Explore HashiCorp with Docker Compose

  • This blueprint uses docker-compose to demonstrate a cluster of Nomad, Consul.
  • The cluster contains 3 machines: north, middle and south. They are defined in the docker-compose.yml

Up

$ make up

Down

$ make down

Access

Consul: http://localhost:8500
Nomad: http://localhost:4646

Import

$ make import

Deploy

$ make deploy