tailhook / vagga

Vagga is a containerization tool without daemons
http://vagga.readthedocs.org
MIT License
1.86k stars 96 forks source link

Add `--containers-only` flag for running a command #472

Closed tailhook closed 6 years ago

tailhook commented 6 years ago

Sometimes it's good idea to prepare containers and not run commands. I.e. same as _build but consulting all the dependencies:

vagga --containers-only run
vagga --containers-only -m build run check docs