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" "23 November 2009" "" ""
9
lxc-start \- run an application inside a container.
14
config_file] [command]\fR
18
\fBlxc-start\fR runs the specified command inside
19
the container specified by name. It will setup the container
20
according the configuration previously defined with the
21
lxc-create command or with the configuration file parameter and
22
execute the command inside the container. If no configuration is
23
defined, the default isolation is used. The orphan process group
24
and daemon are not supported by this command, use
25
the \fBlxc-execute\fR command instead.
26
If no command is specified, \fBlxc-start\fR will
28
\fB"/sbin/init"\fR command to run a system
33
Run the container as a daemon. As the container has no
34
more tty, if an error occurs nothing will be displayed,
35
the log file can be used to check the error.
37
\fB -f \fIconfig_file\fB \fR
38
Specify the configuration file to configure the virtualization
39
and isolation functionalities for the container.
42
These options are common to most of lxc commands.
45
Print a longer usage message than normal.
48
Give the usage message
53
\fB-o, --logfile=\fIFILE\fB\fR
54
Output to an alternate log
55
\fIFILE\fR\&. The default is no log.
57
\fB-l, --logpriority=\fILEVEL\fB\fR
59
\fILEVEL\fR\&. The default log
60
priority is ERROR\&. Possible values are :
66
\fB-n, --name=\fINAME\fB\fR
67
Use container identifier \fINAME\fR\&.
68
The container identifier format is an alphanumeric string.
71
\fBThe container is busy\fR
72
The specified container is already running an
73
application. You should stop it before reuse this
74
container or create a new one.
76
\fBThe container was not found\fR
77
The specified container was not created before with
95
\fBlxc-unfreeze\fR(1),
99
Daniel Lezcano <daniel.lezcano@free.fr>