17 lines
374 B
Markdown
Raw Normal View History

# pct clone
> Clone a container.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_clone>.
- Clone a container:
`pct {{[cl|clone]}} {{100}} {{101}}`
- Clone a container with a custom name:
`pct {{[cl|clone]}} {{100}} {{101}} --hostname {{host_name}}`
- Create a full clone instead of a linked clone:
`pct {{[cl|clone]}} {{100}} {{101}} --full`