environment property

Map<String, String>? environment
final

The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.

Implementation

final Map<String, String>? environment;