mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 09:15:45 +02:00
12 lines
271 B
Markdown
12 lines
271 B
Markdown
# pct clone
|
|
|
|
> 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}}`
|