view scripts/updates-cleanup.sh @ 153:cf2a5bb38902

DEP-12: add pilot specific scripts
author smith@nwoca.org
date Wed, 19 Jul 2017 21:25:50 +0100
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