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.
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.