From 17fd20b17c37553536c1261666889214b4811b03 Mon Sep 17 00:00:00 2001 From: Cyteen Date: Mon, 19 Feb 2018 12:54:55 +0000 Subject: [PATCH] Improved explaination of cgmanager deprecation. --- 020_lxc.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/020_lxc.sh b/020_lxc.sh index 78905b3..c1a86e8 100644 --- a/020_lxc.sh +++ b/020_lxc.sh @@ -1,4 +1,8 @@ -apt-get install lxc dnsmasq +# NB. cgmanager for nested unprivileged containers has been deprecated (dbus usage was a bad idea) +# in favor of lxcfs on older kernels or the kernels CGroup Namespace on newer, expect lxcfs to go +# the same way as cgmanager, just use newer kernels. + +apt-get install lxc lxcfs dnsmasq # lxc-net configuration sourced from /usr/lib/x86_64-linux-gnu/lxc/lxc-net which contains the default values which means your bridge will be given a subnet of 10.0.3.0.