list-images

Lists all downloaded system images

This command lists all images that are available for creating systems on the Cloudmin master. By default it will show all of them in a table, but you can use the --multiline parameter to display more details in a machine-readable format, or --name-only to just show image IDs. To limit the list to images for some virtualization type, use the --type flag followed by a type code like xen or vservers.

To limit the list to just specific images, use the --id flag followed by an image ID. This can be given multiple times.

Example usage

  cloudmin list-images.pl --type xen
  ID                             Description
  ------------------------------ ------------------------------------------------
  xen-centos4.4-base             CentOS 4.4 Xen instance with base OS
  xen-centos4.4-virtualmin       CentOS 4.4 Xen instance with Virtualmin Pro
  xen-centos5.0-base             CentOS 5 Xen instance with base OS
  xen-centos5.0-virtualmin       CentOS 5 Xen instance with Virtualmin Pro
  xen-debian3.1-base             Debian 3.1 Xen instance with base OS
  xen-fc6-base                   Fedora Core 6 Xen instance with base OS
  xen-fc6-virtualmin             Fedora Core 6 Xen instance with Virtualmin Pro
  xen-ubuntu6.10-base            Ubuntu 6.10 Xen instance with base OS
  xen-ubuntu6.10-virtualmin      Ubuntu 6.10 Xen instance with Virtualmin Pro

Command Line Help

Lists all downloaded system images.

cloudmin list-images [--multiline | --name-only]
                     [--type typename]
                     [--md5-verify]
                     [--id image-id]*