dokku / dokku-solr

a solr plugin for dokku
MIT License
12 stars 5 forks source link

Update docker commands to use DOCKER_BIN #36

Closed josegonzalez closed 1 year ago

josegonzalez commented 1 year ago

This updates all docker commands to use the DOCKER_BIN environment variable, allowing us to switch the underlying container implementation from docker to podman.

Note that some commands - such as docker container update - may still fail, so this doesn't completely give podman support, but at least brings us mostly there.