.nh .TH "LXD - Command line client" "1" "May 2023" "Auto generated by spf13/cobra" "" .SH NAME .PP lxc-config-set - Set instance or server configuration keys .SH SYNOPSIS .PP \fBlxc config set [:][] =\&... [flags]\fP .SH DESCRIPTION .PP Description: Set instance or server configuration keys .PP For backward compatibility, a single configuration key may still be set with: lxc config set [:][] .SH OPTIONS .PP \fB--target\fP="" Cluster member name`` .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB--debug\fP[=false] Show all debug messages .PP \fB--force-local\fP[=false] Force using the local unix socket .PP \fB-h\fP, \fB--help\fP[=false] Print help .PP \fB--project\fP="" Override the source project`` .PP \fB-q\fP, \fB--quiet\fP[=false] Don't show progress information .PP \fB--sub-commands\fP[=false] Use with help or --help to view sub-commands .PP \fB-v\fP, \fB--verbose\fP[=false] Show all information messages .PP \fB--version\fP[=false] Print version number .SH EXAMPLE .PP .RS .nf lxc config set [:] limits.cpu=2 Will set a CPU limit of "2" for the instance. lxc config set core.https_address=[::]:8443 Will have LXD listen on IPv4 and IPv6 port 8443. lxc config set core.trust_password=blah Will set the server's trust password to blah. .fi .RE .SH SEE ALSO .PP \fBlxc-config(1)\fP .SH HISTORY .PP 5-May-2023 Auto generated by spf13/cobra