1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/bootc.md

26 lines
554 B
Markdown
Raw Normal View History

# 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`