Earlier quoted context omitted.
All Linux containers leak the host kernel no? The Anbox project relies on the exact same 2 modules: https://docs.anbox.io/userguide/install_kernel_modules.html . While these are "android-specific", they are present in the linux kernel tree, and even come pre-installed in Ubuntu 19.04 (and probably more distros).
> All Linux containers leak the host kernel no? Curious in what way?
ps -ef
on the host and you'll see the processes in the containers too. That doesn't happen if those processes run in a VM.