open-nomad/demo/vagrant
Miguel Gagliardo bf1ab0a321 Bumping up NOMAD version to 0.5.6 and adding version as ENV variable 2017-04-25 18:02:33 -03:00
..
README.md demo/vagrant: Adding files for getting started 2015-09-22 22:48:39 -07:00
Vagrantfile Bumping up NOMAD version to 0.5.6 and adding version as ENV variable 2017-04-25 18:02:33 -03:00
client1.hcl Make container exist errors non-retriable 2016-11-25 19:22:58 -08:00
client2.hcl Allow random UUID 2017-02-27 13:42:37 -08:00
server.hcl Fix demo vagrant server by making hostname resolve 2016-12-15 16:25:58 -08:00

README.md

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.