Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F103866648
index.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 5, 04:36
Size
254 B
Mime Type
text/x-java
Expires
Fri, Mar 7, 04:36 (2 d)
Engine
blob
Format
Raw Data
Handle
24637749
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.d.ts
View Options
/**
Check if the process is running inside a Docker container.
@example
```
import isDocker = require('is-docker');
if (isDocker()) {
console.log('Running inside a Docker container');
}
```
*/
declare function isDocker(): boolean;
export = isDocker;
Event Timeline
Log In to Comment