Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-07 00:22:23 +00:00
parent c22ca08b6b
commit 9c36a48bd3
35 changed files with 316 additions and 38 deletions

13
tldr/linux/pct-clone Normal file
View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pct clone
> Clone a container.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
- Clone a container with a custom name:
`pct clone {{template_id}} {{copy_id}} --hostname {{host_name}}`