open-nomad/demo/vagrant
Alex Dadgar 8a641a8672 Make container exist errors non-retriable
This change makes it so that the task runner does not retry container
exists errors and also a sleep is added on the local retry.
2016-11-25 19:22:58 -08:00
..
README.md demo/vagrant: Adding files for getting started 2015-09-22 22:48:39 -07:00
Vagrantfile Updating vagrant file for v0.4.1, logs section of tutorial references 0.4.1 2016-08-18 17:58:14 -04:00
client1.hcl Make container exist errors non-retriable 2016-11-25 19:22:58 -08:00
client1_consul_bootstrap.hcl Use Status.Peers instead of Status.Ping 2016-06-15 12:00:20 -07:00
client2.hcl Make container exist errors non-retriable 2016-11-25 19:22:58 -08:00
server.hcl Make container exist errors non-retriable 2016-11-25 19:22: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.