diff --git a/pages/linux/pct-config.md b/pages/linux/pct-config.md new file mode 100644 index 00000000000000..395744022dc0bb --- /dev/null +++ b/pages/linux/pct-config.md @@ -0,0 +1,16 @@ +# pct config + +> Print the configuration of a container. +> More information: . + +- 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}}`