github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/docs/commands/alloc.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: alloc"
     4  sidebar_current: "docs-commands-alloc"
     5  description: >
     6    The alloc command is used to interact with allocations.
     7  ---
     8  
     9  # Command: alloc
    10   
    11  The `alloc` command is used to interact with allocations.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad alloc <subcommand> [options]`
    16  
    17  Run `nomad alloc <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  * [`alloc fs`][fs] - Inspect the contents of an allocation directory
    21  * [`alloc logs`][logs] - Streams the logs of a task
    22  * [`alloc restart`][restart] - Restart a running allocation or task
    23  * [`alloc signal`][signal] - Signal a running allocation
    24  * [`alloc status`][status] - Display allocation status information and metadata
    25  * [`alloc stop`][stop] - Stop and reschedule a running allocation
    26  
    27  [fs]: /docs/commands/alloc/fs.html "Inspect the contents of an allocation directory"
    28  [logs]: /docs/commands/alloc/logs.html "Streams the logs of a task"
    29  [restart]: /docs/commands/alloc/restart.html "Restart a running allocation or task"
    30  [status]: /docs/commands/alloc/signal.html "Signal a running allocation"
    31  [status]: /docs/commands/alloc/status.html "Display allocation status information and metadata"
    32  [stop]: /docs/commands/alloc/stop.html "Stop and reschedule a running allocation"