Remove all docker images
#!/bin/bash docker rmi $(docker images | awk '{ print $1, $2}'| while read var1 var2 do echo $var1:$var2 done)