Bijman/srb2bld

[enhancement/refactor] switch from docker to podman

Closed this issue · 3 comments

podman doesn't have a daemon and is rootless

Not going to replace docker at this moment, since it is more widely available in Linux distributions, especially in currently supported Ubuntu LTS releases and has less issues of "permission denied" and less steps to setup program to make it work in some Linux distributions, but if someone wants to use and has installed podman, this will be used over docker.

BTW Docker can be rootless too: https://docs.docker.com/engine/security/rootless/

BTW Docker can be rootless too: https://docs.docker.com/engine/security/rootless/

didn't know that, interesting

Bijman commented

Implemented support for podman with commit eb2fd35.