'command to execute docker rm <none> image on Windows

I need to remove some docker TAG having 'none' values on Windows.

Do you know the relative windows command to remove 'none' TAG on Docker? I tried this one but it doesn't work:

echo docker rmi -f && (docker images -f "dangling=true" -q)

Thanks in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source