allomov
4/22/2015 - 9:27 AM

clean_docker.sh

docker rm `docker ps --no-trunc -aq`
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}")