stack/deploy/scripts/remove-dangling-images.sh

4 lines
78 B
Bash
Raw Normal View History

2022-12-04 00:02:53 +01:00
#!/bin/sh
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)