-
Notifications
You must be signed in to change notification settings - Fork 4
Description
There is advice from articles such as this one to disable OverlayFS module options: metacopy + redirect_dir.
On one of my systems both are enabled by default (personal system), while another they're both disabled (VPS). docker info likewise confirms the "Native Overlay Diff" as false for the personal system, and true for the VPS.
Your wiki article on container recommendations encourages these options to be enabled, but at the end mentions to downgrade / disable them for building images?
Can you clarify if the blog article is encouraging to improve the build with "Native Overlay Diff", at the expense of benefits elsewhere from no longer having those features enabled?
It doesn't seem practical to get the best of both if that involves unloading the kernel module each time to change the options?
Besides containers, I assume there is possibly other reasons why you might not want to disable the options?