Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100773280
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
Sun, Feb 2, 15:35
Size
254 B
Mime Type
text/x-java
Expires
Tue, Feb 4, 15:35 (2 d)
Engine
blob
Format
Raw Data
Handle
24029975
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