Improved explaination of cgmanager deprecation.
This commit is contained in:
parent
b5bcf2f416
commit
17fd20b17c
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue