mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 21:26:01 +02:00
lxc-create: update Spanish translation
This commit is contained in:
parent
1da631a939
commit
dd9c57ea28
1 changed files with 5 additions and 1 deletions
|
@ -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]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue