As described in the issue, added the possibility to get the configuration for the Workspace from environment variables, which makes it easier to use.
Related Issue
213
Motivation and Context
Enable the usage of environment variables in docker containers where an entrypoint is defined in exec form, passing the configurations through ENV variables without the need to bind them using the system properties, which turns out to be really cumbersome.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
See: #213
Description
As described in the issue, added the possibility to get the configuration for the
Workspace
from environment variables, which makes it easier to use.Related Issue
213
Motivation and Context
Enable the usage of environment variables in docker containers where an entrypoint is defined in exec form, passing the configurations through ENV variables without the need to bind them using the system properties, which turns out to be really cumbersome.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: