driverOpts

@JvmName(name = "vlwlqmmrwgfvphhx")
suspend fun driverOpts(value: Output<Map<String, String>>)
@JvmName(name = "gyilmoanomkxauqr")
suspend fun driverOpts(value: Map<String, String>?)

Parameters

value

A map of Docker driver-specific options passed through. This parameter maps to `DriverOpts` in the docker create-volume command and the `xxopt` option to docker volume create.


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

Parameters

values

A map of Docker driver-specific options passed through. This parameter maps to `DriverOpts` in the docker create-volume command and the `xxopt` option to docker volume create.