mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-24 17:31:53 +00:00
fix missing docs
This commit is contained in:
parent
24583287bd
commit
c53c0884f9
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "docker-compose",
|
"name": "docker-compose",
|
||||||
"version": "0.11.0",
|
"version": "0.11.1",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"typings": "index.d.ts",
|
"typings": "index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,9 @@ 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
|
||||||
|
* `restartAll(options)` - Restart all services
|
||||||
|
* `restartMany(services, options)` - Restart services
|
||||||
|
* `restartOne(service, options)` - Restart service
|
||||||
* `ps(options)` - Lists containers information
|
* `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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue