mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 00:01:40 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/pct-config
Normal file
21
tldr/linux/pct-config
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user