dockerLabels

@JvmName(name = "ojtsqbpwqytcuwhc")
suspend fun dockerLabels(value: Output<Any>)
@JvmName(name = "kuaxwjnitutuxipp")
suspend fun dockerLabels(value: Any?)

Parameters

value

A key/value map of labels to add to the container. This parameter maps to `Labels` in the Create a container section of the Docker Remote API and the `--label` option to docker run. This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check the Docker Remote API version on your container instance, log in to your container instance and run the following command: `sudo docker version --format '{{.Server.APIVersion}}'`