Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.13 KB

pouch_volume.md

File metadata and controls

37 lines (26 loc) · 1.13 KB

pouch volume

Manage pouch volumes

Synopsis

Manager the volumes in pouchd. It contains the functions of create/remove/list/inspect volume, 'driver' is used to list drivers that pouch support. The default volume driver is local, it will make a directory to bind into container.

pouch volume [command]

Options

  -h, --help   help for volume

Options inherited from parent commands

  -D, --debug              Switch client log level to DEBUG mode
  -H, --host string        Specify connecting address of Pouch CLI (default "unix:///var/run/pouchd.sock")
      --tlscacert string   Specify CA file of TLS
      --tlscert string     Specify cert file of TLS
      --tlskey string      Specify key file of TLS
      --tlsverify          Use TLS and verify remote

SEE ALSO