I have a dvd image which is a custom installer for OpenSuSE.
My PC is running Ubuntu 16.04.
I want to install a new virtual operating system with this image.
Since I would like to have a lightweight virtualization I think lxc/lxd is the right choice.
All docs I read don't use a custom image but a vanilla version like this:
lxc-create -t download -n u1
Source of above line: https://help.ubuntu.com/lts/serverguide/lxc.html
But this does not help me, since I have a custom dvd image :-(
Just to be more precise: I want to install a new operating system. Just executing the dvd image is not enough.
Update
I have experience with kvm. With kvm this is very easy. I want to use lxc since it is more lightweight. I know that the OpenSuSE operating system running in lxc will use the linux kernel from my Ubuntu PC. But that's ok, since I won't do kernel related testing.