~ubuntu-branches/ubuntu/quantal/lxc/quantal-201205292108

« back to all changes in this revision

Viewing changes to doc/lxc-create.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-CREATE" "1" "23 November 2009" "" ""
 
7
 
 
8
.SH NAME
 
9
lxc-create \- creates a container
 
10
.SH SYNOPSIS
 
11
 
 
12
\fBlxc-create \fI-n name\fB
 
13
[-f config_file]\fR
 
14
 
 
15
.SH "DESCRIPTION"
 
16
.PP
 
17
\fBlxc-create\fR creates a system object where is
 
18
stored the configuration informations and where can be stored
 
19
user information. The identifier \fIname\fR
 
20
is used to specify the container to be used with the different
 
21
lxc commands.
 
22
.PP
 
23
This object is the definition of the different resources an
 
24
application can use or can see. The more the configuration file
 
25
contains informations, the more the container is isolated and
 
26
the more the application is jailed.
 
27
.PP
 
28
If the configuration file \fIconfig_file\fR
 
29
is not specified, the container will be created with the default
 
30
isolation: processes, sysv ipc and mount points.
 
31
.SH "OPTIONS"
 
32
.TP
 
33
\fB   -f \fIconfig_file\fB \fR
 
34
Specify the configuration file to configure the virtualization
 
35
and isolation functionalities for the container.
 
36
.SH "DIAGNOSTIC"
 
37
.TP
 
38
\fBThe container already exists\fR
 
39
As the message mention it, you try to create a container
 
40
but there is a container with the same name. You can use
 
41
the \fBlxc-ls -l\fR command to list the
 
42
available containers on the system.
 
43
.SH "SEE ALSO"
 
44
.PP
 
45
\fBlxc\fR(1),
 
46
\fBlxc-create\fR(1),
 
47
\fBlxc-destroy\fR(1),
 
48
\fBlxc-start\fR(1),
 
49
\fBlxc-stop\fR(1),
 
50
\fBlxc-execute\fR(1),
 
51
\fBlxc-console\fR(1),
 
52
\fBlxc-monitor\fR(1),
 
53
\fBlxc-wait\fR(1),
 
54
\fBlxc-cgroup\fR(1),
 
55
\fBlxc-ls\fR(1),
 
56
\fBlxc-ps\fR(1),
 
57
\fBlxc-info\fR(1),
 
58
\fBlxc-freeze\fR(1),
 
59
\fBlxc-unfreeze\fR(1),
 
60
\fBlxc.conf\fR(5)
 
61
.SH "AUTHOR"
 
62
.PP
 
63
Daniel Lezcano <daniel.lezcano@free.fr>