dnephin / dobi

A build automation tool for Docker applications
https://dnephin.github.io/dobi/
Apache License 2.0
309 stars 36 forks source link

Feature: add :run task to compose resource #157

Open Fuco1 opened 5 years ago

Fuco1 commented 5 years ago

Similar to job:run we could have compose:run which would use docker-compose run instead of docker run.

This allows to share service definition (volumes, dependencies...) with the compose file.