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" "" ""
9
lxc-create \- creates a container
12
\fBlxc-create \fI-n name\fB
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
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.
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.
33
\fB -f \fIconfig_file\fB \fR
34
Specify the configuration file to configure the virtualization
35
and isolation functionalities for the container.
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.
59
\fBlxc-unfreeze\fR(1),
63
Daniel Lezcano <daniel.lezcano@free.fr>