open-nomad/demo/vagrant
Michael Schurter 0192fb7a4c Remove synced folder from demo vagrant
Demo vagrant isn't intended to be used from a cloned repo, so this was
syncing random host folders which is a bit sketchy.
2017-07-13 11:47:19 -07:00
..
README.md Fix readme 2017-05-17 12:57:38 -04:00
Vagrantfile Remove synced folder from demo vagrant 2017-07-13 11:47:19 -07:00
client1.hcl Default no_host_uuid to true instead of false 2017-06-23 16:23:01 -07:00
client2.hcl Default no_host_uuid to true instead of false 2017-06-23 16:23:01 -07:00
consul.service Start consul in getting started vagrant 2017-07-03 16:45:13 -07: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.