Gathering detailed insights and metrics for dockerode-compose
Gathering detailed insights and metrics for dockerode-compose
Gathering detailed insights and metrics for dockerode-compose
Gathering detailed insights and metrics for dockerode-compose
npm install dockerode-compose
Typescript
Module System
Node Version
NPM Version
JavaScript (98.75%)
Dockerfile (1.25%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
158 Stars
128 Commits
33 Forks
9 Watchers
1 Branches
11 Contributors
Updated on Jun 29, 2025
Latest Version
1.4.0
Package Id
dockerode-compose@1.4.0
Unpacked Size
81.07 kB
Size
18.78 kB
File Count
38
NPM Version
8.15.0
Node Version
18.7.0
Published on
Oct 11, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
docker-compose
in Node.js using dockerode.
Everything is executed programmatically using dockerode
, consequently Docker's API.
npm install dockerode-compose
To use dockerode-compose
first you need to instantiate it:
1var Dockerode = require('dockerode'); 2var DockerodeCompose = require('dockerode-compose'); 3 4var docker = new Dockerode(); 5var compose = new DockerodeCompose(docker, './test/wordpress.yml', 'wordpress'); 6 7(async () => { 8 await compose.pull(); 9 var state = await compose.up(); 10 console.log(state); 11})();
mocha
and chai
. Run them with npm test
.Check the examples folder for more specific use cases examples.
Pedro Dias - @pedromdias
Licensed under the Apache license, version 2.0 (the "license"); You may not use this file except in compliance with the license. You may obtain a copy of the license at:
http://www.apache.org/licenses/LICENSE-2.0.html
Unless required by applicable law or agreed to in writing, software distributed under the license is distributed on an "as is" basis, without warranties or conditions of any kind, either express or implied. See the license for the specific language governing permissions and limitations under the license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
6 existing vulnerabilities detected
Details
Reason
Found 7/18 approved changesets -- score normalized to 3
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More