mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
* changed list indicator from * -> - * moved in-text links to reference links * made commands `plaintext` * made command examples `console` * rewrapped text
1.3 KiB
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 directoryalloc logs- Streams the logs of a taskalloc restart- Restart a running allocation or task- [
alloc signal][signal] - Signal a running allocation alloc status- Display allocation status information and metadataalloc stop- Stop and reschedule a running allocation