2025-12-16 10:20:31 -07:00
|
|
|
# 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:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`pct {{[conf|config]}} {{100}}`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Display the running configuration without pending changes:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`pct {{[conf|config]}} {{100}} --current`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Display configuration of a specific snapshot:
|
|
|
|
|
|
2026-08-06 22:19:46 -06:00
|
|
|
`pct {{[conf|config]}} {{100}} --snapshot {{snapshot_name}}`
|