IcaliaLabs / plis

Automated development tasks asked nicely
MIT License
40 stars 5 forks source link

Should output more meaningful error messages #14

Open CharlieIGG opened 6 years ago

CharlieIGG commented 6 years ago

If Docker is not running on the machine, all you get now is:

Command:
%!(EXTRA string=docker-compose ps -q)Error:
%!(EXTRA *exec.ExitError=exit status 1)%  

Where it should explicitly say something like "It looks like Docker is not running on this machine!"