Benefit of Native vs Docker

Is there a difference in quality of output or processing going native vs docker method?

Not really, except you might get slightly better performance with native since you recompile everything and the compiler can take advantage of all CPU instructions that are available on your machine.