Detect if the current process is running inside a Docker container. This lightweight package provides a fast and reliable way to determine Docker environment presence using various checks, including examining cgroups, /proc filesystem, and environment variables. is-docker is ideal for build scripts, CI/CD pipelines, and application initialization where conditional logic based on containerized execution is needed. Simple to integrate and dependency-free, making it a clean and efficient choice.