volumesFrom

@JvmName(name = "esewjtbjioabsysp")
suspend fun volumesFrom(value: Output<List<VolumeFromArgs>>)
@JvmName(name = "hmijyrrigkshwbnr")
suspend fun volumesFrom(value: List<VolumeFromArgs>?)

Parameters

value

Data volumes to mount from another container. This parameter maps to `VolumesFrom` in the Create a container section of the Docker Remote API and the `--volumes-from` option to docker run.


@JvmName(name = "runhnqlgphhskcup")
suspend fun volumesFrom(vararg values: Output<VolumeFromArgs>)


@JvmName(name = "obtupqvqysvapjsc")
suspend fun volumesFrom(values: List<Output<VolumeFromArgs>>)
@JvmName(name = "cfehvpgccgowsfpa")
suspend fun volumesFrom(vararg values: VolumeFromArgs)

Parameters

values

Data volumes to mount from another container. This parameter maps to `VolumesFrom` in the Create a container section of the Docker Remote API and the `--volumes-from` option to docker run.


@JvmName(name = "xctoqogqakmypmnt")
suspend fun volumesFrom(argument: List<suspend VolumeFromArgsBuilder.() -> Unit>)
@JvmName(name = "satewhprqjtpfbee")
suspend fun volumesFrom(vararg argument: suspend VolumeFromArgsBuilder.() -> Unit)
@JvmName(name = "qaoyvrhsalekivpg")
suspend fun volumesFrom(argument: suspend VolumeFromArgsBuilder.() -> Unit)

Parameters

argument

Data volumes to mount from another container. This parameter maps to `VolumesFrom` in the Create a container section of the Docker Remote API and the `--volumes-from` option to docker run.