Benezivas / algobattle

Let teams compete by making them create hard instances and fast solvers for problems of your choice. Then pitch these instances and solvers against one another. All language-agnostic.
https://algobattle.org
MIT License
8 stars 3 forks source link

Inform user somehow that docker not being started results in a failing run #155

Closed Benezivas closed 9 months ago

Benezivas commented 10 months ago

When docker is not running and one uses algobattle run, an empty results file is written. This is slightly confusing, since the program does not communicate what the issue is. It would be nice if either the cli or the results file would state that it could not connect to the docker daemon instead of failing silently.