Hacker News new | ask | show | jobs
by cyberax 26 days ago
I switched from Docker to rootless Podman for our build server. Completely positive experience so far. Our builds went _down_ from 1 minute to 2 seconds.

I'm also using podman-compose that is small and delightful (I had to fix a few bugs there). It's just one Python file that you can copy.

1 comments

> Our builds went _down_ from 1 minute to 2 seconds.

Just curious, what might be the cause of such speedup?