dockerLabels

@JvmName(name = "tshmebptnqyyeldq")
suspend fun dockerLabels(value: Output<Map<String, String>>)
@JvmName(name = "fbaclkuyeoqimgoi")
suspend fun dockerLabels(value: Map<String, String>?)

Parameters

value

A key/value map of labels to add to the container. This parameter maps to `Labels` in the docker container create command 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}}'`


@JvmName(name = "ultfgsaofoxpbdwt")
fun dockerLabels(vararg values: Pair<String, String>)

Parameters

values

A key/value map of labels to add to the container. This parameter maps to `Labels` in the docker container create command 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}}'`