lxc.init
LXD - Command line client(1) LXD - Command line client(1)
NAME
lxc-init - Create instances from imagesSYNOPSIS
lxc init [:] [:][] [flags]DESCRIPTION
Description:
Create instances from imagesOPTIONS
-c, --config=[] Config key/value to apply to the new instance``
-d, --device=[] New key/value to apply to a specific device``
--empty[=false] Create an empty instance
-e, --ephemeral[=false] Ephemeral instance
-n, --network="" Network name``
--no-profiles[=false] Create the instance with no profiles applied
-p, --profile=[] Profile to apply to the new instance``
-s, --storage="" Storage pool name``
--target="" Cluster member name``
-t, --type="" Instance type``
--vm[=false] Create a virtual machineOPTIONS INHERITED FROM PARENT COMMANDS
--debug[=false] Show all debug messages
--force-local[=false] Force using the local unix socket
-h, --help[=false] Print help
--project="" Override the source project``
-q, --quiet[=false] Don't show progress information
--sub-commands[=false] Use with help or --help to view sub-commands
-v, --verbose[=false] Show all information messages
--version[=false] Print version numberEXAMPLE
lxc init ubuntu:22.04 u1
lxc init ubuntu:22.04 u1 < config.yaml
Create the instance with configuration from config.yamlSEE ALSO
lxc(1)HISTORY
22-Jun-2025 Auto generated by spf13/cobraAuto generated by spf13/cobra Jun 2025 LXD - Command line client(1)