open-nomad/demo/vagrant
hashicorp-copywrite[bot] 005636afa0 [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
..
README.md
Vagrantfile Demo Vagrant version updates (nomad, consul, ubuntu) (#13518) 2022-06-29 10:12:07 -04:00
cfssl.json
client1.hcl [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
client2.hcl [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00:00
consul.service
server.hcl [COMPLIANCE] Add Copyright and License Headers 2023-04-10 15:36:59 +00: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.