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

18 lines
362 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pct status
> Display the status of a container.
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_status>.
- Display if the container is running:
`pct status {{100}}`
- Display detailed container information:
`pct status {{100}} --verbose`