mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 09:35:43 +02:00
pct-resize: add page (#17536)
This commit is contained in:
parent
9b9d67762a
commit
a65caa138a
1 changed files with 12 additions and 0 deletions
12
pages/linux/pct-resize.md
Normal file
12
pages/linux/pct-resize.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# pct resize
|
||||||
|
|
||||||
|
> Resize container storage.
|
||||||
|
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
|
||||||
|
|
||||||
|
- Resize the container size to 20GB:
|
||||||
|
|
||||||
|
`pct {{[resi|resize]}} {{100}} rootfs 20G`
|
||||||
|
|
||||||
|
- Add 10GB to the container storage:
|
||||||
|
|
||||||
|
`pct {{[resi|resize]}} {{100}} rootfs +10G`
|
Loading…
Add table
Reference in a new issue