1.9. Download the ISO and prepare it for use
Download the ISO using the ID by running the following command:
$ sudo composer-cli compose image ${BUILDID}Change the ownership of the downloaded container image to the current user by running the following command:
$ sudo chown $(whoami). ${BUILDID}-installer.isoAdd read permissions for the current user to the image by running the following command:
$ sudo chmod a+r ${BUILDID}-installer.iso