Files
cheatsheet-tldr/tldr/linux/pct-exec
2025-11-23 00:23:40 +00:00

22 lines
473 B
Plaintext

---
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#cli_pct_exec>.
- 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}}`