I used docker, that's what I used before. I'm aware of podman, but did not try to use it. But thanks for suggestion, I'll look into it.
PS I just tried to use it. I've got some permission denied errors from containers which were not present with docker. I guess podman is not ready as a complete replacement of docker for me.
It wasn't a suggestion, because it doesn't have all the features that many people utilized in the Docker ecosystem. Like Docker-compose. (Right now on 22 May 2021.)
There's podman-compose which seems to almost work for me, but not completely, yep.
If I would write containers myself from the scratch, I'd definitely try to ensure that podman works. But I'm using containers from other people, so I have to live with that for now.
I installed docker from the docker repository, it's definitely not a symlink to podman on my system right now. I did not check whether that symlink existed before docker installation, but I doubt about that.
PS I just tried to use it. I've got some permission denied errors from containers which were not present with docker. I guess podman is not ready as a complete replacement of docker for me.