command

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

Parameters

value

The command to use to start the container. For example, to run /usr/bin/myprogram -f baz.conf set the command to be ["/usr/bin/myprogram","-f","baz&#46;con"].


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


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

Parameters

values

The command to use to start the container. For example, to run /usr/bin/myprogram -f baz.conf set the command to be ["/usr/bin/myprogram","-f","baz&#46;con"].