yrik 0fb20a58e3 提交 пре 4 година
..
cli.js eec7f449c9 first commit пре 4 година
index.d.ts eec7f449c9 first commit пре 4 година
index.js eec7f449c9 first commit пре 4 година
license eec7f449c9 first commit пре 4 година
package.json 0fb20a58e3 提交 пре 4 година
readme.md eec7f449c9 first commit пре 4 година

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.