Docker remove <none> TAG images

Remove all docker images marked as <none> in Powershell

docker rmi ((docker images | select-string "<none>" | ConvertFrom-String) | Select -ExpandProperty "P3")

参考 https://gist.github.com/ngpestelos/4fc2e31e19f86b9cf10b


作者 : 技术译民
出品 : 技术译站