github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/volume/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: volume'
     4  sidebar_title: volume
     5  description: |
     6    The volume command is used to interact with volumes.
     7  ---
     8  
     9  # Command: volume
    10  
    11  The `volume` command is used to interact with volumes.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad volume <subcommand> [options]`
    16  
    17  Run `nomad volume <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  - [`volume register`][register] - Register a volume.
    21  - [`volume deregister`][deregister] - Deregister a volume.
    22  - [`volume status`][status] - Display status information about a volume
    23  
    24  [register]: /docs/commands/volume/register 'Register a volume'
    25  [deregister]: /docs/commands/volume/deregister 'Deregister a volume'
    26  [status]: /docs/commands/volume/status 'Display status information about a volume'