Added remove_dangling_images.sh script

This commit is contained in:
Piotr Biernat 2022-12-04 00:02:53 +01:00
parent b1d5d5c015
commit b972b53d6b

View File

@ -0,0 +1,3 @@
#!/bin/sh
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)