Bakhtina Sofya b84cb877be 1st comm hai 2 semanas
..
cli.js b84cb877be 1st comm hai 2 semanas
index.d.ts b84cb877be 1st comm hai 2 semanas
index.js b84cb877be 1st comm hai 2 semanas
license b84cb877be 1st comm hai 2 semanas
package.json b84cb877be 1st comm hai 2 semanas
readme.md b84cb877be 1st comm hai 2 semanas

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.