Skip to content

Instantly share code, notes, and snippets.

View guskma's full-sized avatar

guskma guskma

View GitHub Profile
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
---