Mohammad Asif cf937194cb Removed un-waned things 1. hai 5 meses
..
cli.js cf937194cb Removed un-waned things 1. hai 5 meses
index.d.ts cf937194cb Removed un-waned things 1. hai 5 meses
index.js cf937194cb Removed un-waned things 1. hai 5 meses
license cf937194cb Removed un-waned things 1. hai 5 meses
package.json cf937194cb Removed un-waned things 1. hai 5 meses
readme.md cf937194cb Removed un-waned things 1. hai 5 meses

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.