hroot icon indicating copy to clipboard operation
hroot copied to clipboard

Abort with friendly message if no command specified

Open kofalt opened this issue 11 years ago • 0 comments

Running hroot with an invalid target such as hroot build DoesNotExist or other such problems can result in a configuration with no command. Right now the result is that docker crashes, then so do we.

We should be smarter about detecting configuration results that will cause docker to fail anyway, and abort before trying - ideally before even connecting to docker.

A friendlier message will make these kind of config problems easier to discover & solve.

kofalt avatar May 12 '14 14:05 kofalt