mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:42:10 +02:00
colima: add Spanish translation (#12510)
* colima: add Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
3a44ecadcb
commit
7701d5d42f
1 changed files with 36 additions and 0 deletions
36
pages.es/common/colima.md
Normal file
36
pages.es/common/colima.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# colima
|
||||||
|
|
||||||
|
> Contenedores en tiempo de ejecución para macOS y Linux con una configuración mínima.
|
||||||
|
> Más información: <https://github.com/abiosoft/colima>.
|
||||||
|
|
||||||
|
- Inicia el daemon en segundo plano:
|
||||||
|
|
||||||
|
`colima start`
|
||||||
|
|
||||||
|
- Crea un archivo de configuración y lo usa:
|
||||||
|
|
||||||
|
`colima start --edit`
|
||||||
|
|
||||||
|
- Inicia y configura containerd (instala `nerdctl` para usar containerd a través de `nerdctl`):
|
||||||
|
|
||||||
|
`colima start --runtime containerd`
|
||||||
|
|
||||||
|
- Inicia con Kubernetes (se requiere `kubectl`):
|
||||||
|
|
||||||
|
`colima start --kubernetes`
|
||||||
|
|
||||||
|
- Personaliza el recuento de CPU, memoria RAM y espacio en disco (en GiB):
|
||||||
|
|
||||||
|
`colima start --cpu {{número}} --memory {{memoria}} --disk {{espacio_de_almacenamiento}}`
|
||||||
|
|
||||||
|
- Usa Docker a través de Colima (se requiere Docker):
|
||||||
|
|
||||||
|
`colima start`
|
||||||
|
|
||||||
|
- Lista contenedores con su información y estado:
|
||||||
|
|
||||||
|
`colima list`
|
||||||
|
|
||||||
|
- Muestra estado de tiempo de ejecución:
|
||||||
|
|
||||||
|
`colima status`
|
Loading…
Add table
Reference in a new issue