I search a lightweight full OS virtualization tool.
It should run on linux and the OS inside the virtualization is linux, too.
My use case: I want to test our configuration management.
- Start base image of a current linux distribution (Ubuntu and SuSE)
- Run our configuration management (salt stack)
- Check if the operating system was configured correctly and is working.
Things which I think don't match:
- KVM/Qemu: too heavy, not leight weight
- Docker: I need cron, ssh, apache inside the OS. AFAIK Docker is not suited here.
- chroot is not enough, since AFAIK bind to 0.0.0.0 does not work (apache, sshd, ...)
Which (open source) tool could be used?