APPLE 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
..
cli.js 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
index.d.ts 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
index.js 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
license 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
package.json 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos
readme.md 323c2f1633 wesmiler 点什么广告 %!s(int64=3) %!d(string=hai) anos

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.