diff --git a/libvirtd.sh b/libvirtd.sh index c29fffa..836cf35 100644 --- a/libvirtd.sh +++ b/libvirtd.sh @@ -31,6 +31,8 @@ mkdir /sys.devices.container && { # load modules modprobe ip6_tables -d /host +# enable nested virtualzation +modprobe kvm_intel nested=1 -d /host # If no cpuacct,cpu is present, symlink it to cpu,cpuacct # Otherwise libvirt and our emulator get confused diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..bf93cc7 --- /dev/null +++ b/readme.md @@ -0,0 +1,4 @@ + +# docker-kvm-qemu-libvirt + +docker container for libvirtd deployment