Skip to content

Commit 37738e4

Browse files
committed
readme
1 parent c7453a0 commit 37738e4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ var compose = new DockerodeCompose(docker);
3434
})();
3535
```
3636

37+
## Documentation
38+
39+
- compose.up(file, project_name)
40+
- compose.pull(service)
41+
3742
## Tests
3843

3944
* Tests are implemented using `mocha` and `chai`. Run them with `npm test`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dockerode-compose",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "docker-compose in nodejs using dockerode",
55
"main": "./compose.js",
66
"scripts": {

0 commit comments

Comments
 (0)