We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de562f commit 53a864eCopy full SHA for 53a864e
docker-cleanup.sh
@@ -1,3 +1,7 @@
1
#!/usr/bin/env bash
2
3
+#
4
+# This cleans up runtime images that have exited and prevents accumulating
5
+# a lot of docker image bloat on your local system
6
7
docker rm $(docker ps -qaf status=exited)
0 commit comments