env

@SerialName(value = "Env")
val env: List<String>?

Parameters

env

A list of environment variables to set inside the container in the form [\"VAR=value\", ...]. A variable without = is removed from the environment, rather than to have an empty value.