Hacker News new | ask | show | jobs
by sams99 2637 days ago
absolutely if you have a filesystem heavy operation and are accessing files inside the container in aufs instead of a local mount, you are going to pay a massive docker tax.
1 comments

aufs performance is bad.

Just use overlayfs and your performance issues are history. Works perfectly on Ubuntu 16.04 and I hope nobody needs to use significantly older systems.

> Ubuntu 16.04 and I hope nobody needs to use significantly older systems.

Hah, good one.