DEV Community

Discussion on: Can I change the linux kenrnel to a lower version on docker?

Collapse
 
_nicovillanueva profile image
Nico

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.

Collapse
 
baddate profile image
SMJ

Thanks!