Hacker News new | ask | show | jobs
by Denvercoder9 2210 days ago
That's the most insane use of Docker I've ever heard of.
1 comments

I'm not saying people use it for vc, it's how docker works. It optimizes your containers using layers and if you do "FROM ubuntu:18.04" in 3 dockerfiles, you only have one copy of the ubuntu stuff.