driverOpts property
A map of Docker driver-specific options passed through. This parameter maps
to DriverOpts
in the Create
a volume section of the Docker Remote API and
the xxopt
option to docker
volume create.
Implementation
final Map<String, String>? driverOpts;