Correct, sorry.
Instructions:
echo "deb http://http.debian.net/debian wheezy-backports main" >>
/etc/apt/sources.list
echo "deb-src http://http.debian.net/debian wheezy-backports main" >>
/etc/apt/sources.list
apt-get -t wheezy-backports install linux-image-3.14-0.bpo.2-686-pae
apt-get install li
Quoting J Bc (jav...@esdebian.org):
> In Debian wheezy 7:
that is kernel 3.2 right? That won't support user namespaces.
That requires 3.8. Debian also may still have a sysctl to
disable unpriv userns clone by default (look under
/proc/sys/kernel/unpriv* or so.)
> wget https://linuxcontainers.or
In Debian wheezy 7:
wget https://linuxcontainers.org/downloads/lxc-1.0.6.tar.gz
tar-zxvf lxc-1.0.6.tar.gz
cd lxc-1.0.6
./autogen.sh && ./configure && make && make install
ldconfig
lxc-checkconfig OK
lxc-create -n contenedor1 -t debian
lxc-start -n contenedor1
lxc-start 1411666224.618 ERR
Hello everyone,
The sixth LXC 1.0 bugfix release is now out!
This includes over two months worth of bugfixes contributed by 24
individual developers. The most important fix is the support for nested
unprivileged containers which was broken recently because of a kernel
security update.
As usual,