Docker menghapus semua gambar PowerShell

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