←back to thread

398 points emersonrsantos | 2 comments | | HN request time: 0.576s | source
Show context
darkwater ◴[] No.42227342[source]
I wonder why Bocker makes the frontpage so often. Is Docker still that controversial even in 2024? Why people don't recognize that it actually brought something useful (mainly, software distribution and easy of "run everywhere") to the table?
replies(4): >>42227363 #>>42227381 #>>42227592 #>>42227742 #
gosub100 ◴[] No.42227742[source]
I'm bringing overlayfs to people at my company to save time on a lenghty CI process, and they are in awe at the speedup. But after demo-ing it to a few people I realized they could just use / (I could have brought them) docker.
replies(1): >>42228549 #
1. Asaf51 ◴[] No.42228549[source]
How overlayfs speeds up CI processes?
replies(1): >>42241238 #
2. gosub100 ◴[] No.42241238[source]
Huge (32gb) git repo full of junk and small files. No power to change it. Created a cron job that updates and rebuilds every 24hrs. Clients can clone it instantly with overlay instead of a 30m checkout and build each time. Not to mention disk space savings