mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:33:46 +02:00
parent
b16c9f9e99
commit
8396b936a0
1 changed files with 16 additions and 0 deletions
16
pages/linux/pct-config.md
Normal file
16
pages/linux/pct-config.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue