Skip to main content

VM Images Overview

Listing Images

Use the compute images list to list all images:

crusoe compute images list

Using Images

Use the compute vms create command, passing an image flag with the chosen image:

crusoe compute vms create \
--image ubuntu:22.04 \
...