mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
87c9a4b69c
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
761 B
761 B
colima
Container runtimes for macOS and Linux with minimal setup. More information: https://github.com/abiosoft/colima.
- Start the daemon in the background:
colima start
- Create a configuration file and use it:
colima start --edit
- Start and setup containerd (install
nerdctlto use containerd vianerdctl):
colima start --runtime containerd
- Start with Kubernetes (
kubectlis required):
colima start --kubernetes
- Customize CPU count, RAM memory, and disk space (in GiB):
colima start --cpu {{number}} --memory {{memory}} --disk {{storage_space}}
- Use Docker via Colima (Docker is required):
colima start
- List containers with their information and status:
colima list
- Show runtime status:
colima status