How to list VM images in LXD (Linux Containers)

How to list VM images in LXD (Linux Containers)

To list VM images in LXD (Linux Containers), follow these steps:

  1. Open a terminal and run the following command:
re‮‬fer to:lautturi.com
lxc image list

This will display a list of all VM images available in LXD.

  1. To list only the locally available VM images, run the following command:
lxc image list --local

This will display a list of all VM images that are stored locally in LXD.

  1. To list only the VM images that are available from a specific remote, run the following command:
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.

Created Time:2017-10-16 14:38:50  Author:lautturi