This is a Dockerized Nomad forked from: https://github.com/djenriquez/nomad
This also contains a 3 server & 3 client docker-compose example
- Added
ca-certificatespackage - Added
gettextpackage forenvsubstbinary - Reduced the functionality of
start.sh - Added
envsubsttostart.shfor env var replacement in config files
See client.hcl.tpl and docker-compose.yml for the inclusion of NOMAD_CLIENT_PORT
The docker image is in the Docker Hub already, so you don't have to build anything. But, if you want to, run:
makeStart a 3x3 Nomad Cluster:
docker-compose up -dVisit the UI at localhost:4646