Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 742 Bytes

File metadata and controls

33 lines (20 loc) · 742 Bytes

hapi vps docker start

Start project

Synopsis

Starts all services in a Docker Compose project that are currently stopped.

This operation brings up containers in the correct dependency order as defined in the compose file.

Use this to resume a project that was previously stopped or to start services after a system reboot.

hapi vps docker start <virtual-machine-id> <project-name> [flags]

Options

  -h, --help   help for start

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