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
Lucas Aguiar -
Simone Lusenti -
Lukas Mauser -
Antonio | CEO at Litlyx.com -
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!