mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
Merge pull request #93 from AlexZeitler/master
add pull command methods to readme
This commit is contained in:
commit
5f2a037ffc
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@ 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
|
||||
* `pullMany(services, options)` - Pull service images specified
|
||||
* `pullOne(service, options)` - Pull a service image
|
||||
* `buildOne(service, options)` - Build or rebuild service
|
||||
* `restartAll(options)` - Restart all services
|
||||
* `restartMany(services, options)` - Restart services
|
||||
* `restartOne(service, options)` - Restart service
|
||||
|
|
|
|||
Loading…
Reference in a new issue