stack/deploy/remove_dangling_images.sh

4 lines
78 B
Bash

#!/bin/sh
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)