[enhancement/refactor] switch from docker to podman
Closed this issue · 3 comments
olifloof commented
podman doesn't have a daemon and is rootless
Bijman commented
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/
olifloof commented
BTW Docker can be rootless too: https://docs.docker.com/engine/security/rootless/
didn't know that, interesting