1
0
Fork 0
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:
Darío Hereñú 2025-02-02 13:40:23 -03:00 committed by GitHub
parent 49014cc597
commit 4944011b4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`