e 1df08ba5ba 工具 hai 1 ano
..
cli.js 1df08ba5ba 工具 hai 1 ano
index.d.ts 1df08ba5ba 工具 hai 1 ano
index.js 1df08ba5ba 工具 hai 1 ano
license 1df08ba5ba 工具 hai 1 ano
package.json 1df08ba5ba 工具 hai 1 ano
readme.md 1df08ba5ba 工具 hai 1 ano

readme.md

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.