driverOpts

@JvmName(name = "utnustbocdyqbqar")
suspend fun driverOpts(value: Output<Map<String, String>>)
@JvmName(name = "sbvdkemrprvbidmh")
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 Create a volume section of the Docker Remote API and the `xxopt` option to docker volume create.


@JvmName(name = "kgefadqmhekerkcn")
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 Create a volume section of the Docker Remote API and the `xxopt` option to docker volume create.