volumes

@JvmName(name = "ppihfdiaokfjdddn")
suspend fun volumes(value: Output<List<String>>)
@JvmName(name = "cgqwkxkuatbcoyfq")
suspend fun volumes(value: List<String>?)

Parameters

value

Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro


@JvmName(name = "qpgrjccbnxulncsr")
suspend fun volumes(vararg values: Output<String>)


@JvmName(name = "kkyexcjboachwfpe")
suspend fun volumes(values: List<Output<String>>)
@JvmName(name = "heuybuucndombcij")
suspend fun volumes(vararg values: String)

Parameters

values

Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro