From 0dcbd62472d5062ff9df89e130176c517e42aec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 14 Nov 2014 12:26:12 -0500 Subject: [PATCH] Fix the lxc manpage a bit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- doc/lxc.sgml.in | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in index 85cd31a55..1bafaf27c 100644 --- a/doc/lxc.sgml.in +++ b/doc/lxc.sgml.in @@ -135,35 +135,20 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - The kernel version >= 2.6.27 shipped with the distros, will + The kernel version >= 2.6.32 shipped with the distros, will work with lxc, this one will have less functionalities but enough to be interesting. - With the kernel 2.6.29, lxc is fully - functional. - The helper script lxc-checkconfig will give you information about your kernel configuration. - - Before using the lxc, your system should be - configured with the file capabilities, otherwise you will need - to run the lxc commands as root. - - The control group can be mounted anywhere, eg: mount -t cgroup cgroup /cgroup. - If you want to dedicate a specific cgroup mount point - for lxc, that is to have different cgroups - mounted at different places with different options but - let lxc to use one location, you can bind - the mount point with the name, eg: - mount -t cgroup lxc /cgroup4lxc or - mount -t cgroup -ons,cpuset,freezer,devices - lxc /cgroup4lxc + It is however recommended to use cgmanager, cgroup-lite or systemd + to mount the cgroup hierarchy under /sys/fs/cgroup.