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.

bool RunningInDockerContainer   ()

Return

TypeDescription

bool

returns true if the current process is running in a docker container

Last updated