Skip to main content

VM Images Overview

info

Crusoe Cloud is currently in private beta. If you do not currently have access, please request access to continue.

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 \
...