`start.sh` is failing because the actual image doesn't have the `iproute2` package installed. **simple demo** ``` docker run --rm --privileged jess/kvm Adding user root to group libvirt Adding user root to group kvm /start.sh: line 11: ip: command not found ```
start.shis failing because the actual image doesn't have theiproute2package installed.simple demo