environment property
The environment variables to pass to a container. This parameter maps to
Env
in the Create a
container section of the Docker Remote API and
the --env
option to docker run.
Implementation
final List<KeyValuePair>? environment;