Linux "lxc.launch" Command Line Options and Examples
Create and start containers from images

Description: Create and start containers from images.


Usage:

lxc launch [:] [:][] [flags]






Command Line Options:

-c
--config=[] Config key/value to apply to the new container``
lxc.launch -c ...
-e
--ephemeral[=false] Ephemeral container
lxc.launch -e ...
-n
--network="" Network name``
lxc.launch -n ...
--no-profiles[
Create the container with no profiles applied
lxc.launch --no-profiles[ ...
-p
--profile=[] Profile to apply to the new container``
lxc.launch -p ...
-s
--storage="" Storage pool name``
lxc.launch -s ...
--target
Cluster member name``
lxc.launch --target ...
-t
OPTIONS INHERITED FROM PARENT COMMANDS
lxc.launch -t ...
--debug[
Show all debug messages
lxc.launch --debug[ ...
--force-local[
Force using the local unix socket
lxc.launch --force-local[ ...
-h
--help[=false] Print help
lxc.launch -h ...
-v
--verbose[=false] Show all information messages
lxc.launch -v ...
--version[=false]
EXAMPLElxc launch ubuntu:16.04 u1
lxc.launch --version[=false] ...