disk create

limactl disk create

创建 Lima 磁盘

limactl disk create DISK [flags]

示例


创建新磁盘:
$ limactl disk create DISK --size SIZE [--format qcow2]

选项

      --format string   指定磁盘格式 (default "qcow2")
  -h, --help            help for create
      --size string     配置磁盘大小

从父命令继承的选项

      --debug               调试模式
      --log-format string   设置日志格式 [text, json] (default "text")
      --log-level string    设置日志级别 [trace, debug, info, warn, error]
      --tty                 启用 TUI 交互,如打开编辑器。默认在终端时为 true。自动化时设为 false。
  -y, --yes                 --tty=false 的别名

另请参见