disk
limactl disk
Lima disk management
Examples
Create a disk:
$ limactl disk create DISK --size SIZE [--format qcow2]
List existing disks:
$ limactl disk ls
Delete a disk:
$ limactl disk delete DISK
Resize a disk:
$ limactl disk resize DISK --size SIZE
Options
-h, --help help for disk
Options inherited from parent commands
--debug debug mode
--log-format string Set the logging format [text, json] (default "text")
--log-level string Set the logging level [trace, debug, info, warn, error]
--tty Enable TUI interactions such as opening an editor. Defaults to true when stdout is a terminal. Set to false for automation.
SEE ALSO
- limactl - Lima: Linux virtual machines
- limactl disk create - Create a Lima disk
- limactl disk delete - Delete one or more Lima disks
- limactl disk list - List existing Lima disks
- limactl disk resize - Resize existing Lima disk
- limactl disk unlock - Unlock one or more Lima disks