shanejansen / touchstone

Touchstone is a testing framework for your services that focuses on component, end-to-end, and exploratory testing.
16 stars 2 forks source link

Auto-start Docker #31

Open shanejansen opened 3 years ago

shanejansen commented 3 years ago

Touchstone will not start if Docker isn't running. It would be helpful if Touchstone automatically started Docker for you

ScottFreeCode commented 2 years ago

Does this depend on which docker backend any given system uses? Which may not even depend on the project so much on whether it's being run on a developer's machine or a build/CI server and which OS (and/or OS distro) that is?

shanejansen commented 2 years ago

@ScottFreeCode Good point. I was originally thinking this would just be for develop mode, but maybe this could be expanded to included run mode if some build servers don't leave docker running