mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 22:15:42 +02:00
lxc-create: add Spanish translation (#15577)
This commit is contained in:
parent
49014cc597
commit
4944011b4d
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/lxc-create.md
Normal file
16
pages.es/linux/lxc-create.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# lxc-create
|
||||
|
||||
> Crea contenedores linux.
|
||||
> Más información: <https://linuxcontainers.org/lxc/getting-started>.
|
||||
|
||||
- Crea un contenedor interactivamente en `/var/lib/lxc/`:
|
||||
|
||||
`lxc-create --name {{contenedor}} --template download`
|
||||
|
||||
- Crea un contenedor en un directorio de destino:
|
||||
|
||||
`lxc-create --lxcpath {{/ruta/a/directorio/}} --name {{contenedor}} --template download`
|
||||
|
||||
- Crea un contenedor pasando opciones a una plantilla:
|
||||
|
||||
`lxc-create --name {{nombre}} --template download -- --dist {{nombre-distro}} --release {{versión-de-lanzamiento}} --arch {{arch}}`
|
Loading…
Add table
Reference in a new issue