DEV Community

Discussion on: CodeReady Containers: Unable to load kvm module

Collapse
 
manishfoodtechs profile image
manish srivastava

Enabling CPU virtualization is first step. I missed too.... Anyway, if you are looking very light containers go for lxc. New version of lxc also allows spinning of containers from iso file. Yup, vm as containers.

Collapse
 
tylerauerbeck profile image
Tyler Auerbeck

Funny enough, I'm running this to do some work with KubeVirt (so running VMs inside of containers). But thanks for the info on lxc. Will definitely need to check that out!