open-nomad/demo/vagrant
Diptanu Choudhury 076d3fa8b6 Setting versions to 0.2.3 2015-12-17 13:29:41 -08:00
..
README.md demo/vagrant: Adding files for getting started 2015-09-22 22:48:39 -07:00
Vagrantfile Setting versions to 0.2.3 2015-12-17 13:29:41 -08:00
client1.hcl Implement the driver whitelist 2015-11-19 16:39:21 -08:00
client2.hcl demo/vagrant: Adding files for getting started 2015-09-22 22:48:39 -07:00
server.hcl demo/vagrant: Adding files for getting started 2015-09-22 22:48:39 -07: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.