mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-21 21:38:58 +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
|
||||
* `buildMany(services, options)` - Build or rebuild services
|
||||
* `buildOne(service, options)` - Build or rebuild service
|
||||
* `ps(options)` - Lists containers information
|
||||
|
||||
All commands return a `Promise({object})` with an stdout and stderr strings
|
||||
```javascript
|
||||
|
|
|
|||
Loading…
Reference in a new issue