cornucopia-rs / cornucopia

Generate type-checked Rust from your PostgreSQL.
Other
755 stars 31 forks source link

Bad error message if docker is not installed #227

Open redzic opened 7 months ago

redzic commented 7 months ago

If docker is not installed, this is the error message:

Error:   × No such file or directory (os error 2)

I uninstalled docker and realized this was the issue. It would be helpful if it explicitly stated that docker not being installed is the issue.