Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 881 Bytes

pouch_network_list.md

File metadata and controls

44 lines (30 loc) · 881 Bytes

pouch network list

List pouch networks

Synopsis

List networks in pouchd. It lists the network's Id, name, driver and scope.

pouch network list

Examples

$ pouch network ls
NETWORK ID   NAME   DRIVER    SCOPE
6f7aba8a58   net2   bridge
55f134176c   net3   bridge
e495f50913   net1   bridge

Options

  -h, --help   help for list

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