mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
bootc-switch: add Spanish translation (#15824)
This commit is contained in:
parent
2f9a37f5c5
commit
552116cbe3
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/bootc-switch.md
Normal file
16
pages.es/linux/bootc-switch.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# bootc switch
|
||||
|
||||
> Apunta a una nueva referencia de imagen contenedora para arrancar.
|
||||
> Más información: <https://containers.github.io/bootc/man/bootc-switch.html>.
|
||||
|
||||
- Cambia el SO base a una nueva imagen de contenedor desde un registro:
|
||||
|
||||
`sudo bootc switch {{imagen}}`
|
||||
|
||||
- Cambia el SO base a una nueva imagen de contenedor desde el almacenamiento local de imágenes del usuario root:
|
||||
|
||||
`sudo bootc switch --transport containers-storage {{imagen}}`
|
||||
|
||||
- Cambia el SO base a una nueva imagen contenedor almacenada en un tarball:
|
||||
|
||||
`sudo bootc switch --transport oci-archive {{ruta/a/imagen.tar.gz}}`
|
Loading…
Add table
Reference in a new issue