0
Q:

docker remove images without tag

docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
4
docker rmi $(docker images -f “dangling=true” -q)
-1
docker rmi $(docker images -a|grep "<none>"|awk '$1=="<none>" {print $3}')
0

New to Communities?

Join the community