Files
tldr/pages.zh/common/krunvm.md

24 lines
602 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 "{{镜像名称}}"`