Hacker News new | ask | show | jobs
Is Docker corrupting data when using overlay or overlay2? (github.com)
2 points by aalexgabi 3240 days ago
2 comments

I tried to switch from aufs (which performs poorly with writes) to the "recommended" filesystem overlay2 (and later overlay) but the container wasn't building anymore.

It seems that using overlay or overlay2 file systems corrupts data between intermediate containers during build.