2025-02-02 13:40:23 -03:00
|
|
|
# lxc-create
|
|
|
|
|
|
|
|
> Crea contenedores linux.
|
2025-06-06 16:27:52 +02:00
|
|
|
> Más información: <https://linuxcontainers.org/lxc/getting-started/>.
|
2025-02-02 13:40:23 -03:00
|
|
|
|
|
|
|
- Crea un contenedor interactivamente en `/var/lib/lxc/`:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`sudo lxc-create {{[-n|--name]}} {{contenedor}} {{[-t|--template]}} download`
|
2025-02-02 13:40:23 -03:00
|
|
|
|
|
|
|
- Crea un contenedor en un directorio de destino:
|
|
|
|
|
2025-06-06 16:27:52 +02:00
|
|
|
`sudo lxc-create {{[-P|--lxcpath]}} {{/ruta/al/directorio/}} {{[-n|--name]}} {{contenedor}} {{[-t|--template]}} download`
|
2025-02-02 13:40:23 -03:00
|
|
|
|
|
|
|
- Crea un contenedor pasando opciones a una plantilla:
|
|
|
|
|
2025-03-19 00:36:34 +02:00
|
|
|
`sudo lxc-create {{[-n|--name]}} {{nombre}} {{[-t|--template]}} download -- {{[-d|--dist]}} {{nombre-distro}} {{[-r|--release]}} {{versión-de-lanzamiento}} {{[-a|--arch]}} {{arch}}`
|
2025-06-06 16:27:52 +02:00
|
|
|
|
|
|
|
- Muestra ayuda:
|
|
|
|
|
|
|
|
`lxc-create {{[-?|--help]}}`
|