mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 11:33:44 +02:00
17 lines
375 B
Markdown
17 lines
375 B
Markdown
![]() |
# pct config
|
||
|
|
||
|
> Print the configuration of a container.
|
||
|
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
|
||
|
|
||
|
- 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}}`
|