Hyped by those comments, I went and tried both colima and podman.<p>My use case is the simplest of them all:<p>A docker compose file for postgres12 with a folder attached as permanent volume.<p>- colima couldnt do chmod, and it failed when i tried to restore database to folder. I tracked an issue on github, known stuff, issue is couple of years old.<p>- podman made it work somehow, data restore was under way - it run out of file descriptors, again - know bug with postgres and other scenarios, tracked on github for few years.<p>turned off, fired docker again, it works.<p>meh :(