command

@JvmName(name = "iorfdtrveducrebg")
suspend fun command(value: Output<List<String>>)
@JvmName(name = "kwstflnlujcrmbmp")
suspend fun command(value: List<String>?)

Parameters

value

The command that's passed to the container. This parameter maps to Cmd in the Create a container section of the Docker Remote API and the COMMAND parameter to docker run . For more information, see Dockerfile reference: CMD .


@JvmName(name = "ghslqsokxlxtrdfs")
suspend fun command(vararg values: Output<String>)


@JvmName(name = "wysafjmdmfbmpumk")
suspend fun command(values: List<Output<String>>)
@JvmName(name = "lrmqlgmxueocrfnn")
suspend fun command(vararg values: String)

Parameters

values

The command that's passed to the container. This parameter maps to Cmd in the Create a container section of the Docker Remote API and the COMMAND parameter to docker run . For more information, see Dockerfile reference: CMD .