RunningInDockerContainer
Description
Determines if the app is running in a Docker Container based on the environment variable QLM_RUNNING_IN_DOCKER_CONTAINER which should be set during image creation to True.
Return
Type | Description |
---|---|
bool | returns true if the current process is running in a docker container |
Last updated