HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pct status — Display the status of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cl

Submitted by: @import:tldr-pages··
0
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}} --verbose

Code Snippets

Display if the container is running

pct status {{100}}

Display detailed container information

pct status {{100}} --verbose

Context

tldr-pages: linux/pct status

Revisions (0)

No revisions yet.