HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pct clone — Clone a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_clone>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
httpscommandpct cloneclimorecloneinformationcontainer
linux

Problem

How to use the pct clone command: Clone a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_clone>.

Solution

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]}} {{template_id}} {{copy_id}}


Clone a container with a custom name:
pct {{[cl|clone]}} {{template_id}} {{copy_id}} --hostname {{host_name}}

Code Snippets

Clone a container

pct {{[cl|clone]}} {{template_id}} {{copy_id}}

Clone a container with a custom name

pct {{[cl|clone]}} {{template_id}} {{copy_id}} --hostname {{host_name}}

Context

tldr-pages: linux/pct clone

Revisions (0)

No revisions yet.