xxxxxxxxxx
# for your eyes only
docker rmi $(docker images | grep play-project_ | tr -s ' ' | cut -d ' ' -f 3)
xxxxxxxxxx
#for your eyes only
docker rmi $(docker images | grep play-project_ | tr -s ' ' | cut -d ' ' -f 3)
xxxxxxxxxx
#for your eyes only
#replace play-project_ with your image name (they should all be tagged with a similar name as prefix)
docker rmi $(docker images | grep play-project_ | tr -s ' ' | cut -d ' ' -f 3)