Added remove_dangling_images.sh script
This commit is contained in:
parent
b1d5d5c015
commit
b972b53d6b
3
deploy/remove_dangling_images.sh
Normal file
3
deploy/remove_dangling_images.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
|
Loading…
Reference in New Issue
Block a user