open-nomad/demo/vagrant
2018-02-15 13:59:02 -08:00
..
cfssl.json Oops! Forgot demo/vagrant/cfssl.json file 2017-08-11 20:57:59 -07:00
client1.hcl Agent logs 2018-02-15 13:59:02 -08:00
client2.hcl Agent logs 2018-02-15 13:59:02 -08:00
consul.service
README.md
server.hcl Lots of fixes from @sethvargo 2017-08-01 15:40:36 -07:00
Vagrantfile Update site for 0.7.0 2017-11-01 11:25:34 -07:00

Vagrant Nomad Demo

This Vagrantfile and associated Nomad configuration files are meant to be used along with the getting started guide.

Follow along with the guide, or just start the Vagrant box with:

$ vagrant up

Once it is finished, you should be able to SSH in and interact with Nomad:

$ vagrant ssh
...
$ nomad
usage: nomad [--version] [--help] <command> [<args>]

Available commands are:
    agent                 Runs a Nomad agent
    agent-info            Display status information about the local agent
...

To learn more about starting Nomad see the official site.