Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.