Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-10 00:23:53 +00:00
parent 388ec4ec4c
commit 5244514dab
9 changed files with 115 additions and 6 deletions

21
tldr/linux/pct-exec Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pct exec
> Launch a command inside a specified container.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
- Launch a command in a container:
`pct {{[ex|exec]}} {{100}} {{command}}`
- Open a bash shell in a container:
`pct {{[ex|exec]}} {{100}} bash`
- Pass arguments to the command:
`pct {{[ex|exec]}} {{100}} -- {{command}} {{arguments}}`