Hi,
how do you migrate a regular LXC container to a Proxmox LXC container, which can be accessed via the Proxmox web GUI?
For example, I have a container created by running:
I can see related data stored in /var/lib/lxc, and such a container has a regular root filesystem, unlike the raw disks created by Proxmox LXC containers, which are mounted on a ZFS rpool. (I'm using ZFS RAID-Z1 for storage, as created by the Proxmox CD installer.)
What is the best procedure to import/convert and register such a container with Proxmox?
how do you migrate a regular LXC container to a Proxmox LXC container, which can be accessed via the Proxmox web GUI?
For example, I have a container created by running:
Code:
lxc-create -n debian8 -t debian -- -r jessie
I can see related data stored in /var/lib/lxc, and such a container has a regular root filesystem, unlike the raw disks created by Proxmox LXC containers, which are mounted on a ZFS rpool. (I'm using ZFS RAID-Z1 for storage, as created by the Proxmox CD installer.)
What is the best procedure to import/convert and register such a container with Proxmox?