To list VM images in LXD (Linux Containers), follow these steps:
lxc image list
This will display a list of all VM images available in LXD.
lxc image list --local
This will display a list of all VM images that are stored locally in LXD.
lxc image list <remote>:
Replace <remote>
with the name of the remote.
This will display a list of all VM images that are available from the specified remote.
That's it! You now have a list of VM images in LXD.