docker remove all images powershell code example Example: docker remove all images powershell docker images -q | %{docker rmi -f $_}