open-nomad/demo/vagrant
Alex Dadgar 5e1b52ba68 Update demo vagrant 2017-07-26 15:22:06 -07:00
..
README.md Fix readme 2017-05-17 12:57:38 -04:00
Vagrantfile Update demo vagrant 2017-07-26 15:22:06 -07:00
client1.hcl Getting Started guide updates for 0.6.0 (#2909) 2017-07-26 14:24:50 -07:00
client2.hcl Getting Started guide updates for 0.6.0 (#2909) 2017-07-26 14:24:50 -07:00
consul.service Start consul in getting started vagrant 2017-07-03 16:45:13 -07:00
server.hcl Advertise block shouldn't be needed in 0.6 2017-07-24 15:58:28 -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.