Manage pouch volumes
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.
-h, --help help for volume
-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
- pouch - An efficient container engine
- pouch volume create - Create a volume
- pouch volume inspect - Inspect a pouch volume
- pouch volume list - List volumes
- pouch volume remove - Remove a volume