Overview
Manage container services within your Qovery environment. Containers allow you to deploy pre-built Docker images.Commands
List Containers
List all containers in current environment:Deploy Container
Deploy a container:Redeploy Container
Redeploy with same image:Stop Container
Stop a running container:Restart Container
Restart a container:Delete Container
Delete a container service:Options
| Flag | Description |
|---|---|
--container | Container ID or name |
--tag | Image tag to deploy |
--output | Output format (table, json, yaml) |
--help | Show help |
Examples
Deploy Container
Deploy Specific Image Version
Related Commands
qovery application- Manage applicationsqovery log- View container logsqovery shell- Access container shell