[PLDWWW] page changed: packages:docker

"Elan Ruusamäe (glen)" glen at pld-linux.org
Tue Feb 16 12:02:13 CET 2016


[Prerequisites] 

--- https://www.pld-linux.org/packages/docker?rev=1455000500
+++ https://www.pld-linux.org/packages/docker?rev=1455620532
@@ -7,8 +7,19 @@
  
  ===== Prerequisites =====
  
  [[packages:kernel]] with ''USER_NS'', ''USER_NET'', etc.
+ 
+ ==== Setup Cgroups ====
+ 
+ Easiest way is to install [[package>libcgroup]] package and enable all cgroup types:
+ 
+ <code>
+ # install libcgroup and enable mounts
+ poldek -u --noask libcgroup
+ sed -i -e '/^#mount/,$ s/^#//' /etc/cgconfig.conf
+ service cgconfig start 
+ </code>
  ===== Network Configuration ===== 
  
  IPv4 packet forwarding is disabled by default in PLD Linux, so internet access from inside
  the container will not work unless ''net.ipv4.ip_forward'' is enabled:


Diff URL:
  https://www.pld-linux.org/packages/docker?do=diff&r1=1455000500&r2=1455620532
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list