mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
This package provides a convenient way to create a local Nomad cluster for testing and development.
In order to create the cluster, first start the Nomad agent as follows from this directory:
nomad agent -dev -config docker-privileged.conf
This configuration allows the Docker driver to start containers with
Privileged parameter.
Next, modify the count of client.nomad to run the desired number of Nomad clients and then run the job.
nomad run client.nomad
After a few seconds, you will be able to run:
nomad node-status
And see the clients have started up.