Examples (8)
Start the daemon in the background
colima startCreate a configuration file and use it
colima start --editStart and setup containerd (install `nerdctl` to use containerd via `nerdctl`)
colima start --runtime containerdStart with Kubernetes (`kubectl` is required)
colima start --kubernetesCustomize CPU count, RAM memory, and disk space (in GiB)
colima start --cpu number --memory memory --disk storage_spaceUse Docker via Colima (Docker is required)
colima startList containers with their information and status
colima listShow runtime status
colima statusmade by @shridhargupta | data from tldr-pages