Docker Usuń wszystkie obrazy PowerShell

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