axonops / axonops-workbench-cassandra

AxonOps™ Workbench for Apache Cassandra® - Desktop application for Mac, Windows and Linux
https://axonops.com
Apache License 2.0
6 stars 0 forks source link

[bug] Alert the user if docker is not running when creating or starting a sandbox cluster #139

Closed digiserg closed 1 week ago

digiserg commented 1 month ago

When I try to create a sandbox on a desktop where docker has not been installed I get alerted. But if docker is installed but not running (default in windows it seems) I get unexpected error instead.

We should alert the end user if the docker server/daemon is not running.

Not - only do this as a pre-check to invoking the docker commands. It is not necessary to have docker running to use the app in BAU fashion.

mhmdkrmabd commented 4 weeks ago

Working on that

mhmdkrmabd commented 4 weeks ago

@digiserg so on all OSes if docker is not installed or missing the user will get an error feedback: Image

On Linux and macOS the up/down commands won't work if docker-demon is not running: Image Is this error feedback missing on Windows?

mhmdkrmabd commented 3 weeks ago

Image