1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 12:55:24 +02:00

bootc: add page and add Portuguese translation (#14917)

This commit is contained in:
Tulip Blossom 2024-11-24 05:07:37 -03:00 committed by GitHub
parent c5a0825267
commit bd30ee843e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 0 deletions

View file

@ -0,0 +1,25 @@
# bootc
> Inicializa e atualiza seu sistema usando imagens de containeres.
> Manipula atualizações transacionais e transparentes utilizando imagens de containeres OCI/Docker.
> Mais informações: <https://containers.github.io/bootc/>.
- Mostra todos os deployments na ordem que eles aparecem na inicialização:
`bootc status`
- Mostra se há alguma atualização disponível:
`bootc upgrade --check`
- Atualiza e reinicia o sistema:
`bootc upgrade --apply`
- Move seu sistema para outra base:
`bootc switch {{imagem}}`
- Reinicia o seu sistema no deployment anterior:
`bootc rollback`

25
pages/linux/bootc.md Normal file
View file

@ -0,0 +1,25 @@
# bootc
> Boot and upgrade via container images.
> Manages transactional, in-place operating system updates using OCI/Docker container images.
> More information: <https://containers.github.io/bootc/>.
- Show deployments in the order they will appear in the bootloader:
`bootc status`
- Check if any updates are available:
`bootc upgrade --check`
- Prepare a new update and reboot into it:
`bootc upgrade --apply`
- Change OS base to new container image:
`bootc switch {{image}}`
- Reboot into the previous ostree deployment:
`bootc rollback`