2
0
mirror of git://github.com/lxc/lxc synced 2025-08-30 09:52:03 +00:00

19 Commits

Author SHA1 Message Date
dlezcano
b0e505c974 Add the lxc-cgroup man page
From: Daniel Lezcano <dlezcano@fr.ibm.com>

Added the lxc-cgroup man page

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-18 14:27:12 +00:00
dlezcano
d1de19abd0 Generate only if docbook is installed
From: Daniel Lezcano <dlezcano@fr.ibm.com>

Generate the man pages only if the docbook tool is available.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-18 14:03:57 +00:00
dlezcano
d823d5b966 Added the man.1 pages
From: Daniel Lezcano <dlezcano@fr.ibm.com>

Added the different man pages for the lxc commands. The generation of the
man pages relies on the docbook tool.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-18 13:45:49 +00:00
dlezcano
b7c9b19991 Change at compilation time the destruction of the network devices
From: Daniel Lezcano <dlezcano@fr.ibm.com>

The future kernel version will automatically autodestroy the network devices
when the network namespace exits. This is not the case for the current version.
In order to handle the both cases, I added a configuration option to disable
the network destruction when the container exits:
	--disable-network-destroy

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
2008-11-14 16:16:35 +00:00
dlezcano
693dcea5e4 Fixed different compilation scheme by making /var/lxc directory relative to
the installation prefix and by adding some extra path to search for the
'setcap' command.
2008-10-26 22:06:49 +00:00
dlezcano
65c46aeff2 Added automatic generation of packages and repository tagging 2008-10-24 22:08:25 +00:00
dlezcano
805415fceb Give the ability to non-root user to play with the containers. This feature
relies on the file capabilities, when the lxc commands are installed, the
sys/net admin capabilities are given to these files. These capabilities are
not available for the application running inside the container.
2008-10-24 20:14:57 +00:00
legoater
6c5084efa4 fix missing src/lxc/lxc-checkconfig 2008-10-23 07:21:49 +00:00
dlezcano
69437d52ec Changed indentation ... :) 2008-10-08 11:39:24 +00:00
dlezcano
86f7d054cd Fix configure error when checking the netlink headers 2008-10-08 11:24:31 +00:00
dlezcano
7f118a6c74 Change version to 3.2.0 2008-10-06 18:49:02 +00:00
dlezcano
681799f9b3 Added the function returning the version and the corresponding cli 2008-09-17 10:26:16 +00:00
dlezcano
c79ea89b19 Tagging lxc_0_2_1 2008-09-10 10:00:28 +00:00
dlezcano
c6f55da86a Version 0.2.0 2008-09-05 14:55:57 +00:00
dlezcano
96f3e4ebd4 Joined lxc and liblxc directories 2008-09-04 08:14:59 +00:00
dlezcano
5f58350a16 Create an empty network namespace 2008-09-03 13:41:02 +00:00
dlezcano
c2cc9f0a9b Added C++ compatibility, change to libtool, improve monitoring 2008-09-02 09:48:12 +00:00
dlezcano
8642237a95 Removed Werror compilation flag 2008-08-06 14:54:00 +00:00
dlezcano
5e97c3fcce Initial revision 2008-08-06 14:32:29 +00:00