volumes

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


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