docker ps -a | awk '/Exited/ { print $1 }' | xargs docker rm docker images | awk '/none/ { print $3 }' | xargs docker image rm