Difference between revisions of "LXD Extend Disk of Virtual-Machine"
Jump to navigation
Jump to search
(Created page with "This is for TYPE VIRTUAL-MACHINE ``` lxc config device set kub3 root size=100GiB lxc restart kub3 lxc exec kub3 -- lsblk ```") |
(No difference)
|
Revision as of 16:31, 19 June 2021
This is for TYPE VIRTUAL-MACHINE
lxc config device set kub3 root size=100GiB lxc restart kub3 lxc exec kub3 -- lsblk