mountPoints

@JvmName(name = "hnsbmjccogrksjta")
suspend fun mountPoints(value: Output<List<MountPointArgs>>)
@JvmName(name = "nawjqaqjqyhhnemj")
suspend fun mountPoints(value: List<MountPointArgs>?)

Parameters

value

The mount points for data volumes in your container. This parameter maps to `Volumes` in the Create a container section of the Docker Remote API and the `--volume` option to docker run. Windows containers can mount whole directories on the same drive as `$env:ProgramData`. Windows containers can't mount directories on a different drive, and mount point can't be across drives.


@JvmName(name = "rjhdgyotihfilcwm")
suspend fun mountPoints(vararg values: Output<MountPointArgs>)


@JvmName(name = "shcaxskfkpxrodnl")
suspend fun mountPoints(values: List<Output<MountPointArgs>>)
@JvmName(name = "bfgepkshkhknnkph")
suspend fun mountPoints(vararg values: MountPointArgs)

Parameters

values

The mount points for data volumes in your container. This parameter maps to `Volumes` in the Create a container section of the Docker Remote API and the `--volume` option to docker run. Windows containers can mount whole directories on the same drive as `$env:ProgramData`. Windows containers can't mount directories on a different drive, and mount point can't be across drives.


@JvmName(name = "mgamrvounmjgqrqg")
suspend fun mountPoints(argument: List<suspend MountPointArgsBuilder.() -> Unit>)
@JvmName(name = "jtlltvthtmpkdflw")
suspend fun mountPoints(vararg argument: suspend MountPointArgsBuilder.() -> Unit)
@JvmName(name = "inorwwdyhwvqjtvc")
suspend fun mountPoints(argument: suspend MountPointArgsBuilder.() -> Unit)

Parameters

argument

The mount points for data volumes in your container. This parameter maps to `Volumes` in the Create a container section of the Docker Remote API and the `--volume` option to docker run. Windows containers can mount whole directories on the same drive as `$env:ProgramData`. Windows containers can't mount directories on a different drive, and mount point can't be across drives.