is used to specify the container to be used with the different
lxc commands.
</para>
+ <para>
+ The object is a directory created in @LXCPATH@ and identified by its name.
+ </para>
<para>
- This object is the definition of the different resources an
+ The object is the definition of the different resources an
application can use or can see. The more the configuration file
contains informations, the more the container is isolated and
the more the application is jailed.
<para>
'template' is the short name of an existing 'lxc-template'
script that is called by lxc-create.
- eg: lxc-debian, lxc-busybox ...
- Refer to those exemples for details of expecting script structure.
+ eg: lxc-busybox, lxc-debian, lxc-fedora, lxc-sshd.
+ Refer to those exemples in @BINDIR@
+ for details of expecting script structure.
</para>
</listitem>
</varlistentry>
<title>Description</title>
<para>
- <command>lxc-destroy</command> destroys the directory where is
- stored the configuration and all the data contained in this
- directory. After the destruction the container is no longer
- available and should be recreated.
+ <command>lxc-destroy</command> destroys the system object
+ previously created by the <command>lxc-create</command> command.
</para>
</refsect1>
Specify the configuration file to configure the virtualization
and isolation functionalities for the container.
</para>
+ <para>
+ This configuration file if present will be used even if there is
+ already a configuration file present in the previously created
+ container (via lxc-create).
+ </para>
</listitem>
</varlistentry>