I spent 2 full days to try to install a virtualization solution on my VPS in order to deploy a container or a virtualized OS (linux).
Why ? because I want to "one-click" export or recreate all the content of my VPS on my own local server (nginx / apache / discourse / databases etc... many customizations).
My VPS is : Openvz, 8 GB, SSD 40 GB - tun OK, overlay : KO - kernel 2.6.32-042stab120.6 . Os available : Centos, Fedora, Ubuntu
As you know, the kernel is emulated, so it's quiet better than 2.6 but, no possibility to upgrade because it's on host.
I tried everything :
- install qemu (+virt-install) and create a virtual machine --> ko
- install virtualbox and create a virtual machine --> ko
- install docker --> KO (kernel 3.0 required)
- install rocket --> not supported
- install vagrant --> useless because virtualbox is needed
I have looked for many solutions, even older ones but none worked :( My last idea is to fake the linux kernel to start docker daemon...
Any ideas ?