diff bin/docker_vacuum.sh @ 862:e300310bb98c

note re pruning stopped docker containers
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Jun 2018 15:35:03 -0700
parents e059c4e85d9f
children 909f72bd6cb3
line wrap: on
line diff
--- a/bin/docker_vacuum.sh	Wed Apr 18 10:31:25 2018 -0700
+++ b/bin/docker_vacuum.sh	Mon Jun 04 15:35:03 2018 -0700
@@ -10,3 +10,6 @@
 
 # Remove unwanted volumes
 docker volume rm $(docker volume ls -qf dangling=true)
+
+# TODO: remove stopped containers
+# docker container prune -f