sudo docker rmi $(sudo docker images -f "dangling=true" -q)
sudo sh -c 'docker rmi $(docker images -f "dangling=true" -q)'
docker image prune