github.com/superfly/nomad@v0.10.5-fly/demo/vagrant/README.md (about)

     1  # Vagrant Nomad Demo
     2  
     3  This Vagrantfile and associated Nomad configuration files are meant
     4  to be used along with the
     5  [getting started guide](https://nomadproject.io/intro/getting-started/install.html).
     6  
     7  Follow along with the guide, or just start the Vagrant box with:
     8  
     9      $ vagrant up
    10  
    11  Once it is finished, you should be able to SSH in and interact with Nomad:
    12  
    13      $ vagrant ssh
    14      ...
    15      $ nomad
    16      usage: nomad [--version] [--help] <command> [<args>]
    17  
    18      Available commands are:
    19          agent                 Runs a Nomad agent
    20          agent-info            Display status information about the local agent
    21      ...
    22  
    23  To learn more about starting Nomad see the [official site](https://nomadproject.io).
    24