diff --git a/pages/linux/pct-resize.md b/pages/linux/pct-resize.md new file mode 100644 index 0000000000..9e8a68fc93 --- /dev/null +++ b/pages/linux/pct-resize.md @@ -0,0 +1,12 @@ +# pct resize + +> Resize container storage. +> More information: . + +- Resize the container size to 20GB: + +`pct {{[resi|resize]}} {{100}} rootfs 20G` + +- Add 10GB to the container storage: + +`pct {{[resi|resize]}} {{100}} rootfs +10G`