mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 08:06:07 +02:00
lxc-create: update outdated translation
This commit is contained in:
parent
296422575e
commit
3213e1ed4b
1 changed files with 6 additions and 2 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/`:
|
||||
|
||||
|
@ -9,8 +9,12 @@
|
|||
|
||||
- Crea un contenedor en un directorio de destino:
|
||||
|
||||
`lxc-create {{[-P|--lxcpath]}} {{/ruta/al/directorio/}} {{[-n|--name]}} {{contenedor}} {{[-t|--template]}} download`
|
||||
`sudo lxc-create {{[-P|--lxcpath]}} {{/ruta/al/directorio/}} {{[-n|--name]}} {{contenedor}} {{[-t|--template]}} download`
|
||||
|
||||
- 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