.nh .TH "LXD - Container server" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP lxd-init - Configure the LXD daemon .SH SYNOPSIS .PP \fBlxd init [flags]\fP .SH DESCRIPTION .PP Description: Configure the LXD daemon .SH OPTIONS .PP \fB--auto\fP[=false] Automatic (non-interactive) mode .PP \fB--dump\fP[=false] Dump YAML config to stdout .PP \fB--minimal\fP[=false] Minimal configuration (non-interactive) .PP \fB--network-address\fP="" Address to bind LXD to (default: none)`` .PP \fB--network-port\fP=-1 Port to bind LXD to (default: 8443)`` .PP \fB--preseed\fP[=false] Pre-seed mode, expects YAML config from stdin .PP \fB--storage-backend\fP="" Storage backend to use (btrfs, dir, lvm or zfs, default: dir)`` .PP \fB--storage-create-device\fP="" Setup device based storage using DEVICE`` .PP \fB--storage-create-loop\fP=-1 Setup loop based storage with SIZE in GiB`` .PP \fB--storage-pool\fP="" Storage pool to use or create`` .PP \fB--trust-password\fP="" Password required to add new clients`` .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB-d\fP, \fB--debug\fP[=false] Show all debug messages .PP \fB-h\fP, \fB--help\fP[=false] Print help .PP \fB--logfile\fP="" Path to the log file`` .PP \fB--syslog\fP[=false] Log to syslog .PP \fB--trace\fP=[] Log tracing targets`` .PP \fB-v\fP, \fB--verbose\fP[=false] Show all information messages .PP \fB--version\fP[=false] Print version number .SH EXAMPLE .EX init --minimal init --auto [--network-address=IP] [--network-port=8443] [--storage-backend=dir] [--storage-create-device=DEVICE] [--storage-create-loop=SIZE] [--storage-pool=POOL] [--trust-password=PASSWORD] init --preseed init --dump .EE .SH SEE ALSO .PP \fBlxd(1)\fP .SH HISTORY .PP 11-Apr-2024 Auto generated by spf13/cobra