Migrate Iso/disk image between containers
After searching for hours on how to migrate images from one container to another, there are no kb or documents showing how to do it. As there might be for VM migration (acli vm.update...) I have also followed the acli command syntax procedures but nothing works. It is therefore necessary to clone the images via url (NFS).
You must connect to a CVM and enter the following command to find its path: acli image.get "Name of image" include_vmdisk_paths=true

Get the nfs path and create a new image, you can take advantage of it to convert to ISO or disk. It will be necessary to add: "nfs://IP_OF_CVM/" before the nfs path. Select the destination Container.

You will only have to delete the old image.
