open-nomad/demo/vagrant
2017-01-03 11:36:55 -08:00
..
client1.hcl Make container exist errors non-retriable 2016-11-25 19:22:58 -08:00
client1_consul_bootstrap.hcl
client2.hcl Make container exist errors non-retriable 2016-11-25 19:22:58 -08:00
README.md
server.hcl Fix demo vagrant server by making hostname resolve 2016-12-15 16:25:58 -08:00
Vagrantfile vagrant version 2017-01-03 11:36:55 -08: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.