snippetbashTip
colima — Container runtimes for macOS and Linux with minimal setup. More information: <https://github.com/abi
Viewed 0 times
commandandcolimaruntimesforclicontainermacos
Problem
How to use the
colima command: Container runtimes for macOS and Linux with minimal setup. More information: <https://github.com/abiosoft/colima>.Solution
colima — Container runtimes for macOS and Linux with minimal setup. More information: <https://github.com/abiosoft/colima>.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_space}}Use Docker via Colima (Docker is required):
colima startList containers with their information and status:
colima listShow runtime status:
colima statusCode Snippets
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_space}}Context
tldr-pages: common/colima
Revisions (0)
No revisions yet.