[PLDWWW] page changed: packages:docker

"Elan Ruusamäe (glen)" glen at pld-linux.org
Thu Jun 9 14:59:34 CEST 2016


[Maintenance] cleanup stopped containers

--- https://www.pld-linux.org/packages/docker?rev=1464673906
+++ https://www.pld-linux.org/packages/docker?rev=1465477173
@@ -37,8 +37,15 @@
  
  ===== How To ===== 
  
  ==== Maintenance ====
+ 
+ Getting rid of stopped containers
+ 
+ <code>
+ docker ps -f status=exited
+ docker ps -q -f status=exited | xargs -r docker rm
+ </code>
  
  Getting rid of unused images
  
  <code>


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


More information about the pld-cvs-commit mailing list