1
.\" This manpage has been automatically generated by docbook2man
2
.\" from a DocBook document. This tool can be found at:
3
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/>
4
.\" Please send any bug reports, improvements, comments, patches,
5
.\" etc. to Steve Cheng <steve@ggi-project.org>.
6
.TH "LXC-START" "1" "24 June 2010" "" ""
9
lxc-start \- run an application inside a container.
14
config_file] [-s KEY=VAL]
19
\fBlxc-start\fR runs the specified
20
\fIcommand\fR inside the container
21
specified by \fIname\fR\&.
23
It will setup the container
24
according to the configuration previously defined with the
25
lxc-create command or with the configuration file parameter.
26
If no configuration is
27
defined, the default isolation is used.
29
The orphan process group
30
and daemon are not supported by this command, use
31
the \fBlxc-execute\fR command instead.
33
If no command is specified, \fBlxc-start\fR will
35
\fB"/sbin/init"\fR command to run a system
40
Run the container as a daemon. As the container has no
41
more tty, if an error occurs nothing will be displayed,
42
the log file can be used to check the error.
44
\fB -f, --rcfile \fIconfig_file\fB \fR
45
Specify the configuration file to configure the virtualization
46
and isolation functionalities for the container.
48
This configuration file if present will be used even if there is
49
already a configuration file present in the previously created
50
container (via lxc-create).
52
\fB -s, --define \fIKEY=VAL\fB \fR
53
Assign value \fIVAL\fR to configuration
54
variable \fIKEY\fR\&. This overrides any
55
assignment done in \fIconfig_file\fR\&.
58
These options are common to most of lxc commands.
61
Print a longer usage message than normal.
64
Give the usage message
69
\fB-o, --logfile=\fIFILE\fB\fR
70
Output to an alternate log
71
\fIFILE\fR\&. The default is no log.
73
\fB-l, --logpriority=\fILEVEL\fB\fR
75
\fILEVEL\fR\&. The default log
76
priority is ERROR\&. Possible values are :
82
Note that this option is setting the priority of the events
83
log in the alternate log file. It do not have effect on the
84
ERROR events log on stderr.
86
\fB-n, --name=\fINAME\fB\fR
87
Use container identifier \fINAME\fR\&.
88
The container identifier format is an alphanumeric string.
91
\fBThe container is busy\fR
92
The specified container is already running an
93
application. You should stop it before reuse this
94
container or create a new one.
102
\fBlxc-execute\fR(1),
104
\fBlxc-console\fR(1),
105
\fBlxc-monitor\fR(1),
112
\fBlxc-unfreeze\fR(1),
116
Daniel Lezcano <daniel.lezcano@free.fr>