Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 959 Bytes

README.rst

File metadata and controls

26 lines (18 loc) · 959 Bytes

tests Ruff https://img.shields.io/badge/skeleton-2024-informational

Usage

To determine if the current environment is running in docker:

from jaraco.docker import is_docker
is_docker()