kurtosis-tech / kurtosis

A platform for packaging and launching ephemeral backend stacks with a focus on approachability for the average developer.
https://docs.kurtosistech.com/
Apache License 2.0
313 stars 42 forks source link

ensure that docker engine is running when running lint #1375

Closed h4ck3rk3y closed 9 months ago

h4ck3rk3y commented 9 months ago

What's your CLI version?

0.83.5

Description & steps to reproduce

Run kurtosis lint . --format when docker engine isn't up you will get an exit code 125 and a message that its a bug in Kurtosis.

Desired behavior

We account for docker engine being down and return a suitable message

What is the severity of this bug?

Painful; this is causing significant friction in my workflow.

omar711 commented 9 months ago

fixed by https://github.com/kurtosis-tech/kurtosis/pull/1506