snippetbashTip
pct config — Print the configuration of a container. More information: <https://pve.proxmox.com/pve-docs/pct.1.ht
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}} --currentDisplay 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}} --currentDisplay configuration of a specific snapshot
pct config {{100}} --snapshot {{snapshot_name}}Context
tldr-pages: linux/pct config
Revisions (0)
No revisions yet.