1,221
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 181: | Line 181: | ||
where <format> matches that given in the table above for your selected image and the last argument is the <code>ID</code> of the image you wish to download. | where <format> matches that given in the table above for your selected image and the last argument is the <code>ID</code> of the image you wish to download. | ||
=Creating VirtualBox VM from a Cloud Image= | |||
To use this image in VirtualBox you will need to convert the image in the qcow2 format to the vmdk format. This can be done with the <code>qemu-img</code> tool. This can be installed with something like | |||
{{Command|sudo apt-get install qemu-img}} | {{Command|sudo apt-get install qemu-img}} | ||
then do the conversion with | then do the conversion with |
edits