TrimAgency / htcht

The internal development CLI for Trim Agency
MIT License
3 stars 1 forks source link

Feature/check docker #26

Closed stevetwitte closed 7 years ago

stevetwitte commented 7 years ago

This sets up a basic structure for helpers and adds a helper for checking if docker is running. There might be a better way to do this but for now it runs docker ps, which either returns true or false if docker isn't running

This closes #25