Skip to content

Commit 8396b93

Browse files
authored
pct-config: add page (#17632)
Create pct-config.md
1 parent b16c9f9 commit 8396b93

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/linux/pct-config.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# pct config
2+
3+
> Print the configuration of a container.
4+
> More information: <https://pve.proxmox.com/pve-docs/pct.1.html>.
5+
6+
- Display the saved configuration:
7+
8+
`pct config {{100}}`
9+
10+
- Display the running configuration without pending changes:
11+
12+
`pct config {{100}} --current`
13+
14+
- Display configuration of a specific snapshot:
15+
16+
`pct config {{100}} --snapshot {{snapshot_name}}`

0 commit comments

Comments
 (0)