Good afternoon, I need to migrate my on premise infrastructure to the cloud. In our CPD, we have Proxmox VE servers that contains virtual machines and we want to convert them to docker containers so that they take up less space.
We are thinking about generating docker images from a backup file, using something like docker import
. For example:
docker import /dev/pve/vm-100-disk-0 - myrepo/vm-100
Does anyone know of a tool that facilitates this process, or another way to do it? Thanks...