unit #
Subcommands for managing and viewing quadlet units.
Synopsis #
quad-ops unit <subcommand> [OPTIONS]
Description #
The unit
command provides management and inspection capabilities for Podman Quadlet units synchronized by quad-ops. It offers several subcommands to list, show, and check the status of managed units.
Subcommands #
Global Options #
Option | Short | Description |
---|---|---|
--config | -c | Path to configuration file |
--verbose | -v | Enable verbose output |
Unit Types #
The following unit types are supported:
Type | Description |
---|---|
container | Podman container units |
volume | Podman volume units |
network | Podman network units |
image | Podman image units |
all | All unit types |
Related Commands #
- sync - Synchronize repositories to create units
- up - Start container units
- down - Stop container units
- config - Validate configuration
See Also #
- Container Management - Understanding unit lifecycle
- Configuration - Unit configuration options
- Getting Started - Initial setup guide