snippetbashTip
pct status — Display the status of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cl
Viewed 0 times
thecommandstatuspct statusclimorecontainerdisplay
linux
Problem
How to use the
pct status command: Display the status of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_status>.Solution
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}} --verboseCode Snippets
Display if the container is running
pct status {{100}}Display detailed container information
pct status {{100}} --verboseContext
tldr-pages: linux/pct status
Revisions (0)
No revisions yet.