mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
1.4 KiB
1.4 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 exec- Run a command in a running allocationalloc fs- Inspect the contents of an allocation directoryalloc logs- Streams the logs of a taskalloc restart- Restart a running allocation or taskalloc signal- Signal a running allocationalloc status- Display allocation status information and metadataalloc stop- Stop and reschedule a running allocation