@@ -86,7 +86,7 @@ scw container container create [arg=value ...]
8686| health-check.failure-threshold | | Number of consecutive health check failures before considering the container unhealthy. |
8787| health-check.interval | | Period between health checks. |
8888| tags.{index} | | Tags of the Serverless Container |
89- | private-network-id | | |
89+ | private-network-id | | ID of the Private Network the container is connected to. |
9090| command.{index} | | Container command |
9191| args.{index} | | Container arguments |
9292| deploy | Default: ` true ` | Deploy container after creation |
@@ -205,8 +205,8 @@ scw container container update <container-id ...> [arg=value ...]
205205| description | | Description of the container |
206206| registry-image | | Name of the registry image (e.g. "rg.fr-par.scw.cloud/something/image: tag "). |
207207| ~~ max-concurrency~~ | Deprecated | Number of maximum concurrent executions of the container |
208- | protocol | One of: ` unknown_protocol ` , ` http1 ` , ` h2c ` | |
209- | port | | |
208+ | protocol | One of: ` unknown_protocol ` , ` http1 ` , ` h2c ` | Protocol the container uses |
209+ | port | | Port the container listens on |
210210| secret-environment-variables.{index}.key | | |
211211| secret-environment-variables.{index}.value | | |
212212| http-option | One of: ` unknown_http_option ` , ` enabled ` , ` redirected ` | Configure how HTTP and HTTPS requests are handled |
@@ -219,7 +219,7 @@ scw container container update <container-id ...> [arg=value ...]
219219| health-check.failure-threshold | | Number of consecutive health check failures before considering the container unhealthy. |
220220| health-check.interval | | Period between health checks. |
221221| tags.{index} | | Tags of the Serverless Container |
222- | private-network-id | | |
222+ | private-network-id | | ID of the Private Network the container is connected to. |
223223| command.{index} | | Container command |
224224| args.{index} | | Container arguments |
225225| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
@@ -483,7 +483,7 @@ scw container namespace create [arg=value ...]
483483| secret-environment-variables.{index}.key | | |
484484| secret-environment-variables.{index}.value | | |
485485| tags.{index} | | Tags of the Serverless Container Namespace |
486- | activate-vpc-integration | | |
486+ | activate-vpc-integration | | Activate VPC integration for the namespace. |
487487| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
488488
489489
0 commit comments