Container Service Deployment Version Container Args
data class ContainerServiceDeploymentVersionContainerArgs(val commands: Output<List<String>>? = null, val containerName: Output<String>, val environment: Output<Map<String, String>>? = null, val image: Output<String>, val ports: Output<Map<String, String>>? = null) : ConvertibleToJava<ContainerServiceDeploymentVersionContainerArgs>
Constructors
Properties
Link copied to clipboard
The name for the container.
Link copied to clipboard
A key-value map of the environment variables of the container.
Link copied to clipboard
The name of the image used for the container. Container images sourced from your Lightsail container service, that are registered and stored on your service, start with a colon (:
). For example, :container-service-1.mystaticwebsite.1
. Container images sourced from a public registry like Docker Hub don't start with a colon. For example, nginx:latest
or nginx
.