Does lxd support uploading iso images

lxd create vitual-machine

Yes you can add a disk device using lxc config device add <instance> <device name> disk source=/path/to/iso/file

See Instance configuration - LXD documentation

1 Like

thanks.Can LxC image list import ISO image source?

No not directly.

But if you create a VM by booting from an ISO as described above, then once you’re happy with its setup, you can publish the VM as an image using lxc publish.