From a65caa138a4fb6f610191c666bdabb2258c0396e Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:04:24 +0300 Subject: [PATCH] pct-resize: add page (#17536) --- pages/linux/pct-resize.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/pct-resize.md 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`