Files
nomad/website/source/docs/commands/alloc.html.md
Charlie Voiselle 0c359d1a21 Fixup for command section of website
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00

1.3 KiB

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
docs Commands: alloc docs-commands-alloc The alloc command is used to interact with allocations.

Command: alloc

The alloc command is used to interact with allocations.

Usage

Usage: nomad alloc <subcommand> [options]

Run nomad alloc <subcommand> -h for help on that subcommand. The following subcommands are available:

  • alloc fs - Inspect the contents of an allocation directory
  • alloc logs - Streams the logs of a task
  • alloc restart - Restart a running allocation or task
  • [alloc signal][signal] - Signal a running allocation
  • alloc status - Display allocation status information and metadata
  • alloc stop - Stop and reschedule a running allocation