1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-02 01:53:33 +02:00
tldr/pages/linux/pct-config.md
Managor 8396b936a0
pct-config: add page (#17632)
Create pct-config.md
2025-08-16 11:38:10 -07:00

375 B

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}}