I know docker can fully use the underlying disk storage without pre-setting a limit. Is there a traditional virtualization technique I've missed such as Xen, KVM, virtualbox etc that can do the same?
Requirement: 1. open source 2. i can configure virtual IPs like kvm, xen etc. 3. can use underlying disk storage like docker (no need pre-set a limit so it can grow to fill all disk space for each and multiple instances)
by using VirtualBox you should be able to get everything required:
Simon