Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 771 Bytes

File metadata and controls

34 lines (21 loc) · 771 Bytes

hapi vps docker restart

Restart project

Synopsis

Restarts all services in a Docker Compose project by stopping and starting containers in the correct dependency order.

This operation preserves data volumes and network configurations while refreshing the running containers.

Use this to apply configuration changes or recover from service failures.

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

Options

  -h, --help   help for restart

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