volumes

@JvmName(name = "gftcgrlxyciuesud")
suspend fun volumes(value: Output<List<String>>)
@JvmName(name = "hggbnhnnkvfxmejh")
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 = "mloneulfmxnkostp")
suspend fun volumes(vararg values: Output<String>)


@JvmName(name = "yaoelkcpcudbaicd")
suspend fun volumes(values: List<Output<String>>)
@JvmName(name = "pomrmssevxdqgbtx")
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