Files
ZERO_CODE/ZeroCodeProject/main/client/node_modules/is-docker
vermouth789 fe39320977 123
123
2026-01-11 00:11:34 +08:00
..
123
2026-01-11 00:11:34 +08:00
123
2026-01-11 00:11:34 +08:00
123
2026-01-11 00:11:34 +08:00
123
2026-01-11 00:11:34 +08:00
123
2026-01-11 00:11:34 +08:00
123
2026-01-11 00:11:34 +08:00

is-docker

Check if the process is running inside a Docker container

Install

$ npm install is-docker

Usage

const isDocker = require('is-docker');

if (isDocker()) {
	console.log('Running inside a Docker container');
}

CLI

$ is-docker

Exits with code 0 if inside a Docker container and 2 if not.