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" "20 May 2011" "" ""
9
lxc-create \- creates a container
12
\fBlxc-create \fI-n name\fB
18
\fBlxc-create\fR creates a system object where is
19
stored the configuration informations and where can be stored
20
user information. The identifier \fIname\fR
21
is used to specify the container to be used with the different
24
The object is a directory created in \fI/var/lib/lxc\fR
25
and identified by its name.
27
The object is the definition of the different resources an
28
application can use or can see. The more the configuration file
29
contains informations, the more the container is isolated and
30
the more the application is jailed.
32
If the configuration file \fIconfig_file\fR
33
is not specified, the container will be created with the default
34
isolation: processes, sysv ipc and mount points.
37
\fB -f \fIconfig_file\fB \fR
38
Specify the configuration file to configure the virtualization
39
and isolation functionalities for the container.
41
\fB -t \fItemplate\fB \fR
42
\&'template' is the short name of an existing 'lxc-template'
43
script that is called by lxc-create,
44
eg. busybox, debian, fedora, lucid, maverick, natty or sshd.
45
Refer to the examples in \fI/usr/lib64/lxc/templates\fR
46
for details of the expected script structure.
49
\fBThe container already exists\fR
50
As the message mention it, you try to create a container
51
but there is a container with the same name. You can use
52
the \fBlxc-ls -l\fR command to list the
53
available containers on the system.
71
\fBlxc-unfreeze\fR(1),
75
Daniel Lezcano <daniel.lezcano@free.fr>