mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 09:22:08 +00:00
Add usage info to readme
This commit is contained in:
parent
894f10281c
commit
d088995f39
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ npm install --save-dev docker-compose
|
||||||
* `buildAll(options)` - Build or rebuild services
|
* `buildAll(options)` - Build or rebuild services
|
||||||
* `buildMany(services, options)` - Build or rebuild services
|
* `buildMany(services, options)` - Build or rebuild services
|
||||||
* `buildOne(service, options)` - Build or rebuild service
|
* `buildOne(service, options)` - Build or rebuild service
|
||||||
|
* `ps(options)` - Lists containers information
|
||||||
|
|
||||||
All commands return a `Promise({object})` with an stdout and stderr strings
|
All commands return a `Promise({object})` with an stdout and stderr strings
|
||||||
```javascript
|
```javascript
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue