/nomad-solo

Simple repo to run Nomad on your local computer as a solo instance.

Primary LanguageHCL

Running a single-node Nomad instance

To use this:

  • Ensure Docker is installed
  • Nomad CLI is installed (e.g. brew install nomad)
  • Consul CLI is installed (e.g. brew install consul)

Does not currently work on Apple Silicon according to this Open Issue

Running

Run

sudo chomd +x ./run.sh
sudo ./run.sh

In another terminal

consul agent -dev

In another terminal

sudo nomad job run jobs/cfe-nginx.hcl