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

24
pages.zh/common/krunvm.md Normal file
View File

@@ -0,0 +1,24 @@
# krunvm
> 从 OCI 镜像创建 MicroVM。
> 更多信息:<https://github.com/containers/krunvm>。
- 基于 Fedora 创建 MicroVM
`krunvm create {{docker.io/fedora}} --cpus {{vcpus 数量}} --mem {{内存大小(以兆字节为单位)}} --name "{{名称}}"`
- 启动特定镜像:
`krunvm start "{{镜像名称}}"`
- 列出镜像:
`krunvm list`
- 更改特定镜像:
`krunvm changevm --cpus {{vcpus 数量}} --mem {{内存大小(以兆字节为单位)}} --name "{{新虚拟机名称}}" "{{当前虚拟机名称}}"`
- 删除特定镜像:
`krunvm delete "{{镜像名称}}"`