1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 16:55:45 +02:00
tldr/pages/linux/pct-exec.md

17 lines
368 B
Markdown
Raw Normal View History

2025-08-09 05:17:43 +03:00
# 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}}`