useful docker commands
docker ps -a | awk '{print $1}' | xargs docker rm
docker rmi -f $( docker images -f "dangling=true" -q)
docker system purge