crazyfactory / docker-project-cli

MIT License
4 stars 1 forks source link

Possibility to run commands on host context #24

Closed adhocore closed 6 years ago

adhocore commented 6 years ago

Branched from #21

wmathes commented 6 years ago

in what situation would we need this? ^^

adhocore commented 6 years ago

it is spinoff of #21, it finds real usage when chaining is possible later. shop api would be needing it as well

wmathes commented 6 years ago

for within the container i can't think of a real use-case right now. Which use-case in shop-api are you talking about? ^^

adhocore commented 6 years ago

from within the container it is not even possible (or not neatly) to invoke host cmd and we won't even need it. when booting up the app solely using this tool, we might have to run some preliminary commands in the machine before we can up the container and proceed

wmathes commented 6 years ago

ah misread, my bad