volumes

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


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