You should do
docker images -f “dangling=true” -q this will print you all the dangling images (untagged images)
the filtering also works for dangling volumes.
Share and learn in the Docker community.
You should do
docker images -f “dangling=true” -q this will print you all the dangling images (untagged images)
the filtering also works for dangling volumes.