environment property

Map<String, String>? environment
final

The environment variables to set in the Docker container. Each key and value in the Environment string to string map can have length of up to 1024. We support up to 16 entries in the map.

Implementation

final Map<String, String>? environment;