labels property
Custom metadata to add to your Docker volume. This parameter maps to
Labels in the Create
a volume section of the Docker Remote API and
the xxlabel option to docker
volume create.
Implementation
final Map<String, String>? labels;
Custom metadata to add to your Docker volume. This parameter maps to
Labels in the Create
a volume section of the Docker Remote API and
the xxlabel option to docker
volume create.
final Map<String, String>? labels;