1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 16:33:46 +02:00

pct-config: add page (#17632)

Create pct-config.md
This commit is contained in:
Managor 2025-08-16 21:38:10 +03:00 committed by GitHub
parent b16c9f9e99
commit 8396b936a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/pct-config.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`