Docker Remova todas as imagens PowerShell
docker images -q | %{docker rmi -f $_}
Matthijsmgj
docker images -q | %{docker rmi -f $_}