Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 960 Bytes

File metadata and controls

37 lines (24 loc) · 960 Bytes

hapi vps docker list

Get project list

Synopsis

Retrieves a list of all Docker Compose projects currently deployed on the virtual machine.

This endpoint returns basic information about each project including name, status, file path and list of containers with details about their names, image, status, health and ports. Container stats are omitted in this endpoint. If you need to get detailed information about container with stats included, use the Get project containers endpoint.

Use this to get an overview of all Docker projects on your VPS instance.

hapi vps docker list <virtual-machine-id> [flags]

Options

  -h, --help   help for list

Options inherited from parent commands

      --config string   Config file (default is $HOME/.hapi.yaml)
      --format string   Output format type (json|table|tree), default: table

SEE ALSO