Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
becc0400
Commit
becc0400
authored
Apr 29, 2010
by
Michel Normand
Committed by
Daniel Lezcano
Apr 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
man update lxc-create lxc-destroy
Signed-off-by:
Michel Normand
<
normand@fr.ibm.com
>
Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
94b81f61
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
lxc-create.sgml.in
doc/lxc-create.sgml.in
+7
-3
lxc-destroy.sgml.in
doc/lxc-destroy.sgml.in
+2
-4
lxc-start.sgml.in
doc/lxc-start.sgml.in
+5
-0
No files found.
doc/lxc-create.sgml.in
View file @
becc0400
...
@@ -64,9 +64,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
...
@@ -64,9 +64,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
is used to specify the container to be used with the different
is used to specify the container to be used with the different
lxc commands.
lxc commands.
</para>
</para>
<para>
The object is a directory created in @LXCPATH@ and identified by its name.
</para>
<para>
<para>
Th
is
object is the definition of the different resources an
Th
e
object is the definition of the different resources an
application can use or can see. The more the configuration file
application can use or can see. The more the configuration file
contains informations, the more the container is isolated and
contains informations, the more the container is isolated and
the more the application is jailed.
the more the application is jailed.
...
@@ -103,8 +106,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
...
@@ -103,8 +106,9 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<para>
<para>
'template' is the short name of an existing 'lxc-template'
'template' is the short name of an existing 'lxc-template'
script that is called by lxc-create.
script that is called by lxc-create.
eg: lxc-debian, lxc-busybox ...
eg: lxc-busybox, lxc-debian, lxc-fedora, lxc-sshd.
Refer to those exemples for details of expecting script structure.
Refer to those exemples in @BINDIR@
for details of expecting script structure.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
...
doc/lxc-destroy.sgml.in
View file @
becc0400
...
@@ -57,10 +57,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
...
@@ -57,10 +57,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
<title>Description</title>
<title>Description</title>
<para>
<para>
<command>lxc-destroy</command> destroys the directory where is
<command>lxc-destroy</command> destroys the system object
stored the configuration and all the data contained in this
previously created by the <command>lxc-create</command> command.
directory. After the destruction the container is no longer
available and should be recreated.
</para>
</para>
</refsect1>
</refsect1>
...
...
doc/lxc-start.sgml.in
View file @
becc0400
...
@@ -110,6 +110,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
...
@@ -110,6 +110,11 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Specify the configuration file to configure the virtualization
Specify the configuration file to configure the virtualization
and isolation functionalities for the container.
and isolation functionalities for the container.
</para>
</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>
</listitem>
</varlistentry>
</varlistentry>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment