mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 11:35:45 +02:00
pct-clone: add simplified example (#17543)
This commit is contained in:
parent
d0e8e34edd
commit
6f1dac93de
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
> Clone a container.
|
||||
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
|
||||
|
||||
- Clone a container:
|
||||
|
||||
`pct clone {{template_id}} {{copy_id}}`
|
||||
|
||||
- Clone a container with a custom name:
|
||||
|
||||
`pct clone {{template_id}} {{copy_id}} --hostname {{host_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue