fix the document according the current version

Remove the comment about sharing /dev and fix the lxc-ps option
format.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
Daniel Lezcano 2009-07-24 16:41:27 +02:00
parent 72439b9f8b
commit c159cb9638

View File

@ -230,13 +230,11 @@ rootfs
<para>Running a system inside a container is paradoxically easier <para>Running a system inside a container is paradoxically easier
than running an application. Why ? Because you don't have to care than running an application. Why ? Because you don't have to care
about the resources to be isolated, everything need to be isolated about the resources to be isolated, everything need to be
except <filename>/dev</filename> which needs to be remounted in isolated, the other resources are specified as being isolated but
the container rootfs, the other resources are specified as being without configuration because the container will set them
isolated but without configuration because the container will set up. eg. the ipv4 address will be setup by the system container
them up. eg. the ipv4 address will be setup by the system init scripts. Here is an example of the mount points file:
container init scripts. Here is an example of the mount points
file:
<programlisting> <programlisting>
[root@lxc debian]$ cat fstab [root@lxc debian]$ cat fstab
@ -425,7 +423,7 @@ rootfs
following commands give this information: following commands give this information:
<programlisting> <programlisting>
lxc-ls lxc-ls
lxc-ps -n foo lxc-ps --name foo
lxc-info -n foo lxc-info -n foo
</programlisting> </programlisting>
</para> </para>
@ -449,11 +447,12 @@ rootfs
container. Like <command>lxc-ls</command>, <command>lxc-ps</command> container. Like <command>lxc-ls</command>, <command>lxc-ps</command>
is built on top of <command>ps</command> and accepts the same is built on top of <command>ps</command> and accepts the same
options, eg: options, eg:
<programlisting> <programlisting>lxc-ps --name foo --forest</programlisting>
lxc-ps -n foo --forest will display the processes hierarchy for the processes
</programlisting> belonging the 'foo' container.
will display the process hierarchy for the container 'foo'. <programlisting>lxc-ps --lxc</programlisting>
will display all the containers and their processes.
</para> </para>
<para> <para>