dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
47 stars 19 forks source link

Update docker commands to use DOCKER_BIN #108

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.