docker: add clean-docker

This commit is contained in:
2019-11-21 14:31:28 +00:00
parent 494997710a
commit f6f71cced2

2
bin/clean-docker Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
docker images -q --filter "dangling=true" | xargs docker rmi