仲裁视频会议H5
hanchaobo 6fb8313ced 麦克风,摄像头,屏幕共享页面 2 лет назад
..
cli.js 视频会议 2 лет назад
index.d.ts 视频会议 2 лет назад
index.js 视频会议 2 лет назад
license 视频会议 2 лет назад
package.json 麦克风,摄像头,屏幕共享页面 2 лет назад
readme.md 视频会议 2 лет назад

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.