1
0
Fork 0
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:
Darío Hereñú 2025-03-04 08:15:39 -03:00 committed by GitHub
parent 2f9a37f5c5
commit 552116cbe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`