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:| Flag | Description |
|---|---|
--organization | Organization Name |
--project | Project Name |
--environment | Environment Name |
--json | JSON output |
Create Container
Create a new container service:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name (required) |
--registry | Container Registry ID (required) | |
--image-name | Container Image Name (required) | |
--tag | -t | Container Image Tag (required) |
--port | -p | Container Port (0 = no port exposed) |
--cpu | CPU in millicores (default: 500) | |
--memory | Memory in MB (default: 512) | |
--min-instances | Minimum number of running instances (default: 1) | |
--max-instances | Maximum number of running instances (default: 1) | |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name | |
--json | JSON output |
Deploy Container
Deploy a container:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name |
--containers | Container Names (comma separated) | |
--tag | -t | Container Tag |
--watch | -w | Watch container status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Redeploy Container
Redeploy with same image:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name (required) |
--watch | -w | Watch container status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Stop Container
Stop a running container:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name |
--containers | Container Names (comma separated) | |
--watch | -w | Watch container status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Cancel Deployment
Cancel a container deployment:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name (required) |
--watch | -w | Watch cancel until it’s done or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Update Container
Update a container’s image name or tag:| Flag | Description |
|---|---|
--container | Container Name (required) |
--image-name | Container Image Name |
--tag | Container Tag |
--organization | Organization Name |
--project | Project Name |
--environment | Environment Name |
Clone Container
Clone a container to another environment or project:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name (required) |
--target-project | Target Project Name | |
--target-environment | Target Environment Name | |
--target-container-name | Target Container Name | |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Delete Container
Delete a container service:| Flag | Short | Description |
|---|---|---|
--container | -n | Container Name |
--containers | Container Names (comma separated) | |
--watch | -w | Watch container status until it’s ready or an error occurs |
--organization | Organization Name | |
--project | Project Name | |
--environment | Environment Name |
Examples
Deploy Container
Deploy Specific Image Version
List Containers as JSON
Related Commands
qovery application- Manage applicationsqovery log- View container logsqovery shell- Access container shell