docker supprime toutes les images PowerShell

docker images -q | %{docker rmi -f $_}
Matthijsmgj