view scripts/updates-cleanup.sh @ 155:570e192c21b4

DEP-12: fix permissions
author Dave smith <smith@nwoca.org>
date Fri, 21 Jul 2017 11:01:26 -0400
parents 334d65dac778
children fea886ba7279
line wrap: on
line source
#!/bin/bash
#
# Safely removes obsolete images from previous SSDT versions.
#

docker images --filter "label=io.ssdt.app" --filter "dangling=true" -q | xargs docker rmi