in_docker_container

in_docker_container() -> bool

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:
TypeDescription
boolbool: True if the code is running in a docker container; False otherwise.