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

pct config — Print the configuration of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.ht

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theconfigurationcommandcliprintmorecontainerpct config
linux

Problem

How to use the pct config command: Print the configuration of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_config>.

Solution

pct config — Print the configuration of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.html#cli_pct_config>.

Display the saved configuration:
pct config {{100}}


Display the running configuration without pending changes:
pct config {{100}} --current


Display configuration of a specific snapshot:
pct config {{100}} --snapshot {{snapshot_name}}

Code Snippets

Display the saved configuration

pct config {{100}}

Display the running configuration without pending changes

pct config {{100}} --current

Display configuration of a specific snapshot

pct config {{100}} --snapshot {{snapshot_name}}

Context

tldr-pages: linux/pct config

Revisions (0)

No revisions yet.