vinfra service compute image save
Download a compute image:
usage: vinfra service compute image save [--file <filename>] <image>
--file <filename>
- File to save the image to (default:
stdout
) <image>
- Image ID or name
Example:
# vinfra service compute image save 4741274f-5cca-4205-8f66-a2e89fb346cc --file cirros.qcow2 Operation successful
This command downloads the default Cirros image to the local disk as cirros.qcow2
.