XuelesszzZ 94af2b8e7b 6-30-5 hai 1 ano
..
cli.js 94af2b8e7b 6-30-5 hai 1 ano
index.d.ts 94af2b8e7b 6-30-5 hai 1 ano
index.js 94af2b8e7b 6-30-5 hai 1 ano
license 94af2b8e7b 6-30-5 hai 1 ano
package.json 94af2b8e7b 6-30-5 hai 1 ano
readme.md 94af2b8e7b 6-30-5 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.