apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
246 stars 111 forks source link

Allow for easy use of Docker alternatives, like Podman #531

Open HoustonPutman opened 1 year ago

HoustonPutman commented 1 year ago

With the Docker Desktop license change, many are looking to alternatives like Podman.

It should be fairly easy to support changing out the name of the docker executable, and providing a DOCKER envVar.

With the KIND_EXPERIMENTAL_PROVIDER option, it should be even possible to use these with KinD.