dockerLabels property
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}}'
Implementation
final Map<String, String>? dockerLabels;