Adding Images to the Image Catalog
Before you can create your first VM on your Power cloud instance, you must have a VM image in your cloud instance catalog. IBM provides a few stock images. These stock images are ideal for creating your first VM. The service also supports options to bring your own images.
To view available stock images, run the pcloud compute images list -a
command. The following example displays the output from running this command:
pcloud compute images list -a
ImageID Name
9f72fc9b-a8b9-4d50-ad2d-65564a80b6d8 7100-05-04
0d50200b-c1b7-41fc-a858-7d3627714384 7200-03-03
The previous command without the -a
flag can be used to list the images that are currently in your image catalog.
pcloud compute images list
ImageID Name
a232f02c-f041-480a-8b5a-87058710e2b3 7200-03-03
To copy a stock image into your cloud catalog, run the pcloud compute images create
command. The following example uses the AIX 7100-05-04 stock image.
pcloud compute images create 9f72fc9b-a8b9-4d50-ad2d-65564a80b6d8
Now that you created the 7100-05-04 image, it is part of the cloud instance catalog and can be used to deploy VMs.