code_utils
autogen.code_utils.in_docker_container
in_docker_container
Check if the code is running in a docker container.
Returns: bool: True if the code is running in a docker container; False otherwise.
Returns:Type | Description |
---|---|
bool | bool: True if the code is running in a docker container; False otherwise. |