You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rosh
459aece669
|
5 years ago | |
---|---|---|
.. | ||
index.d.ts | 5 years ago | |
index.js | 5 years ago | |
license | 5 years ago | |
package.json | 5 years ago | |
readme.md | 5 years ago |
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');
}
License
MIT © Sindre Sorhus