add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

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

@@ -0,0 +1,25 @@
# bootc
> 通过容器镜像启动和升级。
> 使用OCI/Docker容器镜像管理事务性、就地操作系统更新。
> 更多信息:<https://containers.github.io/bootc/>.
- 按照在引导加载程序中出现的顺序显示部署:
`bootc status`
- 检查是否有可用的更新:
`bootc upgrade --check`
- 准备一个新的更新并重启进入它:
`bootc upgrade --apply`
- 将操作系统基础更改为新的容器镜像:
`bootc switch {{image}}`
- 重启到之前的ostree部署
`bootc rollback`