First Container

Hi

How can I create the first container?

I have create a full virtuallisation of a CentOS and tryed to create a container with they backup (xxxxx.tar.gz).

Thanks

Hi,
a container uses parts of the host (kernel, ...). So you can't create an container from a kvm-backup.
You must create an container and restore the software (or data) from the kvm-guest. EG. instal inside the container an mysql-server and copy the mysql-DBs from the backup to the right place, start mysql and check if all running. Same with websites: install apache and put all nessessary "old" data to the right place.

Udo