On Mar 12, 2020, at 08:36, Kevin Barry <barr...@gmail.com> wrote: > >> Would docker give us this 'proverbial canary' or would it turn into >> 'worksforme' when someone tried to build their own version of LP on a >> vanilla base of Linux? >> > Docker would eliminate 'worksforme' type issues yes.
The direction of this statement is correct, but the magnitude is not. The kernel is still provided by the host. Getting a crash report can be frustrating when the guest's behavior hinges on /proc features that the host OS has configured appropriately for the host, not the guest. Configurable security restrictions can make the debugging experience different from one installation to another. Et cetera. — Dan