VM Images Overview
Listing Images
- CLI
- UI
Use the compute images list
to list all images:
crusoe compute images list
In order to view all currently deployed images via the Crusoe Cloud console:
- Visit the Crusoe Cloud console
- Click the "Compute" tab in the left nav
- Click the "Instances" tab on the top bar
- Click the "Create Instance" button in the top right corner
- Click the "Select an image" and "Select an image version" dropdowns to view all images
Using Images
- CLI
- UI
Use the compute vms create
command, passing an image
flag with the chosen image:
crusoe compute vms create \
--image ubuntu:22.04 \
...
In order to use a VM image in the Crusoe Cloud console:
- Visit the Crusoe Cloud console
- Click the "Compute" tab in the left nav
- Click the "Instances" tab on the top bar
- Click the "Create Instance" button in the top right corner
- Click the "Select an image" and "Select an image version" dropdown and select an image and version
- Continue with the remainder of the "Create Instance" flow