Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 678 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 678 Bytes

in-container PyPI versionBuild Statuscodecov

Allows you to check if your program is running inside a Docker container

Install

$ pip install in-container

Usage

from in_container import in_container
print(in_container()) # True or False

License

MIT