Docker Eliminar todas las imágenes PowerShell
docker images -q | %{docker rmi -f $_}
Matthijsmgj
docker images -q | %{docker rmi -f $_}