This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lxc launch ubuntu:16.04 ubu1 | |
apt install qemu-kvm libvirt-bin bridge-utils | |
lxc config set ubu1 security.privileged true | |
lxc config device add ubu1 kvm disk path=/dev/kvm source=/dev/kvm | |
--- |