pct: simplify create example (#17493)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Managor
2025-08-06 19:25:50 +03:00
committed by GitHub
parent 0f2bc745b1
commit 7ad4c1dd63
+2 -2
View File
@@ -15,9 +15,9 @@
`pct {{[en|enter]}} {{100}}`
- Create a container from template:
- Create a container from template with 4GB size:
`pct {{[cr|create]}} {{100}} {{/var/lib/vz/template/cache/distro-name.tar.zst}} -hostname {{hostname}} -password {{password}} --rootfs {{local-lvm}} --on-boot`
`pct {{[cr|create]}} {{100}} {{local:vztmpl/distro-name.tar.zst}} --rootfs {{local-lvm}}:4`
- Resize the container's disk to 20G: