axonops / axonops-workbench

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

[feat]: Let uses run local clusters using Podman as an alternative to docker #501

Open millerjp opened 2 days ago

millerjp commented 2 days ago

Is your feature request related to a problem? Please describe. Yes, the licensing on docker and dockers desktop has resulted in a lot of organisations not allowing it to be installed in their enterprises. Podman (http://podman.io) is an alternative way of running our generated docker composes.

Describe the solution you'd like Allow users to select podman as an alterntaive way of running local clusters. We can add this as a system setting for the allowing the to toggle between docker and podman.

Describe alternatives you've considered None-available

Additional context https://podman-desktop.io/docs/compose/running-compose

We just need to call the correct command as it looks like podman is compatible with our stuff, so we are basically just allowing users to choose to run the podman command instead of the docker command. We need to check the permissions stuff again like we had to with docker user not needed sudo/admin password to run.

Its important to test this on WIndows as a priority.

millerjp commented 2 days ago

@digiserg can you coordinate with teh AxonOps release team around the GA on these dashboards as we will need to line up for testing etc..