docker-check

A small Python utility that tries to check if we are inside a Docker container.


Keywords
checker, docker, dockerized, python, utility
License
MIT
Install
pip install docker-check==0.0.3

Documentation

docker-check

A small Python utility that tries to check if we are inside a Docker container.

Installation

pip install -e git+https://github.com/night-crawler/docker-check.git@HEAD#egg=async-fetcher

Sample

from docker_check import checker
checker.has_dockerenv()
checker.has_docker_in_proc_1_cgroup()
checker.is_inside_container()