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.