mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
colima: add page (#12162)
* colima: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
parent
935d605998
commit
a33c6a09f0
1 changed files with 36 additions and 0 deletions
36
pages/common/colima.md
Normal file
36
pages/common/colima.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# 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 `nerdctl` to use containerd via `nerdctl`):
|
||||
|
||||
`colima start --runtime containerd`
|
||||
|
||||
- Start with Kubernetes (`kubectl` is 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`
|
Loading…
Add table
Reference in a new issue