[PLDWWW] page changed: packages:docker

"Elan Ruusamäe (glen)" glen at pld-linux.org
Tue Feb 9 07:48:20 CET 2016


[Network Configuration] 

--- https://www.pld-linux.org/packages/docker?rev=1453849883
+++ https://www.pld-linux.org/packages/docker?rev=1455000500
@@ -21,11 +21,17 @@
  
  
  Or, to enable it more permanently, enable it on the host's **/etc/sysctl.conf**:
  
-     net.ipv4.ip_forward=1
+    net.ipv4.ip_forward=1
  
+ ===== How To ===== 
  
+ ==== Getting rid of unused images ====
+ 
+ <code>
+ docker rmi $(docker images --filter dangling=true --quiet)
+ </code>
  ===== PLD Base image =====
  
  Simple script to create new base image for pld:
  


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


More information about the pld-cvs-commit mailing list