up

up #

Start all managed container units.

Synopsis #

quad-ops up

Description #

The up command starts all container units that have been synchronized from configured repositories. It performs the following operations:

  1. Database Query - Retrieves all container units from the quad-ops database
  2. Unit Reset - Resets any failed units before attempting to start them
  3. Service Start - Starts each container unit using systemd
  4. Status Report - Provides feedback on successful and failed operations

This command is useful for bringing up your entire container infrastructure after system restarts or maintenance.

Options #

No command-specific options are available for this command.

Global Options #

OptionShortDescription
--config-cPath to configuration file
--verbose-vEnable verbose output

Examples #

# Start all managed containers
quad-ops up
  • sync - Synchronize repositories before starting
  • down - Stop all managed containers
  • unit list - Check container status after starting
  • unit show - View detailed unit configuration

See Also #