I want to compile and run a linux-2.x kernel without a VM, but a linux container.
For further actions, you may consider blocking this person and/or reporting abuse
I want to compile and run a linux-2.x kernel without a VM, but a linux container.
For further actions, you may consider blocking this person and/or reporting abuse
Theerej C -
Theodor Heiselberg -
N. Fajri -
Vigneshwaran Vijayakumar -
Top comments (2)
Nope, the kernel that runs inside a container, is the same as your host machine.
For kernel testing you must go the VM route. Vagrant is a nice tool for easily working with VMs.
Thanks!