dokku / dokku-graphite

a graphite, grafana, statsd, carbon plugin for dokku
MIT License
56 stars 13 forks source link

Update docker commands to use DOCKER_BIN #38

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.