]> git.proxmox.com Git - pve-docs.git/blame - gen-pct.conf.5-opts.pl
pct: merge wiki content about bind mounts
[pve-docs.git] / gen-pct.conf.5-opts.pl
CommitLineData
71e16346
DM
1#!/usr/bin/perl
2
9344ee0d 3use lib '.';
71e16346
DM
4use strict;
5use warnings;
6use PVE::RESTHandler;
7use PVE::LXC::Config;
8
9my $prop = PVE::LXC::Config->json_config_properties();
10
11print PVE::RESTHandler::dump_properties($prop);