docker-detect

Detect whether the current process is running inside Docker/Kubernetes/LXC container


License
MIT
Install
pip install docker-detect==0.0.2

Documentation

Docker/Kubernetes/LXC container detection

Tries to detect whether the current process is running inside Docker/Kubernetes/LXC container.

Installation

    $ pip install -U docker-detect

Example

Import and call is_inside_container()

    >>> from dockerdetect import is_inside_container()
    >>> is_inside_container()
    True