~serge-hallyn/ubuntu/quantal/lxc/lxc-aa-custom-profile

« back to all changes in this revision

Viewing changes to doc/lxc-start.1

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter, Stéphane Graber, Guido Trotter
  • Date: 2010-01-10 10:40:21 UTC
  • mfrom: (1.1.2 upstream) (3.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100110104021-z8rj5zw5mlvra08l
Tags: 0.6.4-1
[ Stéphane Graber ]
* Upgrade standards-version to 3.8.3
* Drop the copy of etc/* from rules as "etc" is no longer in the tarball

[ Guido Trotter ]
* New Upstream Version
* Update libcap2-dev dependency to libcap-dev
* Install upstream-built man pages via debian/lxc.manpages
* Drop unneeded docbook-utils build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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" "" ""
 
7
 
 
8
.SH NAME
 
9
lxc-start \- run an application inside a container.
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBlxc-start \fI-n
 
13
name\fB [-f
 
14
config_file] [command]\fR
 
15
 
 
16
.SH "DESCRIPTION"
 
17
.PP
 
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
 
27
use the default
 
28
\fB"/sbin/init"\fR command to run a system
 
29
container.
 
30
.SH "OPTIONS"
 
31
.TP
 
32
\fB   -d, --daemon \fR
 
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.
 
36
.TP
 
37
\fB   -f \fIconfig_file\fB \fR
 
38
Specify the configuration file to configure the virtualization
 
39
and isolation functionalities for the container.
 
40
.SH "COMMON OPTIONS"
 
41
.PP
 
42
These options are common to most of lxc commands.
 
43
.TP
 
44
\fB-?, -h, --help\fR
 
45
Print a longer usage message than normal.
 
46
.TP
 
47
\fB--usage\fR
 
48
Give the usage message
 
49
.TP
 
50
\fB-q, --quiet\fR
 
51
mute on
 
52
.TP
 
53
\fB-o, --logfile=\fIFILE\fB\fR
 
54
Output to an alternate log
 
55
\fIFILE\fR\&. The default is no log.
 
56
.TP
 
57
\fB-l, --logpriority=\fILEVEL\fB\fR
 
58
Set log priority to
 
59
\fILEVEL\fR\&. The default log
 
60
priority is ERROR\&. Possible values are :
 
61
FATAL, CRIT,
 
62
WARN, ERROR,
 
63
NOTICE, INFO,
 
64
DEBUG\&.
 
65
.TP
 
66
\fB-n, --name=\fINAME\fB\fR
 
67
Use container identifier \fINAME\fR\&.
 
68
The container identifier format is an alphanumeric string.
 
69
.SH "DIAGNOSTIC"
 
70
.TP
 
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.
 
75
.TP
 
76
\fBThe container was not found\fR
 
77
The specified container was not created before with
 
78
the \fBlxc-create\fR
 
79
.SH "SEE ALSO"
 
80
.PP
 
81
\fBlxc\fR(1),
 
82
\fBlxc-create\fR(1),
 
83
\fBlxc-destroy\fR(1),
 
84
\fBlxc-start\fR(1),
 
85
\fBlxc-stop\fR(1),
 
86
\fBlxc-execute\fR(1),
 
87
\fBlxc-console\fR(1),
 
88
\fBlxc-monitor\fR(1),
 
89
\fBlxc-wait\fR(1),
 
90
\fBlxc-cgroup\fR(1),
 
91
\fBlxc-ls\fR(1),
 
92
\fBlxc-ps\fR(1),
 
93
\fBlxc-info\fR(1),
 
94
\fBlxc-freeze\fR(1),
 
95
\fBlxc-unfreeze\fR(1),
 
96
\fBlxc.conf\fR(5)
 
97
.SH "AUTHOR"
 
98
.PP
 
99
Daniel Lezcano <daniel.lezcano@free.fr>