A Docker-like CLI and HTTP API for managing headless VMs

Update example commands in main.ts to reflect new image paths and sources

+3 -3
+3 -3
main.ts
··· 96 96 ) 97 97 .example( 98 98 "Local ISO file", 99 - "vmx /path/to/freebsd.iso", 99 + "vmx /path/to/image.iso", 100 100 ) 101 101 .example( 102 102 "Download URL", 103 - "vmx https://download.freebsd.org/ftp/releases/ISO-IMAGES/14.3/FreeBSD-14.3-RELEASE-amd64-disc1.iso", 103 + "vmx https://cdimage.ubuntu.com/releases/24.04/release/ubuntu-24.04.3-live-server-arm64.iso", 104 104 ) 105 105 .example( 106 106 "From OCI Registry", 107 - "vmx ghcr.io/tsirysndr/freebsd:15.0-BETA4", 107 + "vmx ghcr.io/tsirysndr/ubuntu:24.04", 108 108 ) 109 109 .example( 110 110 "List running VMs",