1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 07:46:02 +02:00

lxc-create: update Spanish translation

This commit is contained in:
Sebastiaan Speck 2025-06-04 21:01:49 +02:00
parent 1da631a939
commit dd9c57ea28

View file

@ -1,7 +1,7 @@
# lxc-create
> Crea contenedores linux.
> Más información: <https://linuxcontainers.org/lxc/getting-started>.
> Más información: <https://linuxcontainers.org/lxc/getting-started/>.
- Crea un contenedor interactivamente en `/var/lib/lxc/`:
@ -14,3 +14,7 @@
- Crea un contenedor pasando opciones a una plantilla:
`sudo lxc-create {{[-n|--name]}} {{nombre}} {{[-t|--template]}} download -- {{[-d|--dist]}} {{nombre-distro}} {{[-r|--release]}} {{versión-de-lanzamiento}} {{[-a|--arch]}} {{arch}}`
- Muestra ayuda:
`lxc-create {{[-?|--help]}}`