You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe the module supports removing untagged images, but you can run the following docker rmi $(docker images | grep "^<none>" | awk "{print $3}")
Hello!
How to remove untagged images from docker?
The text was updated successfully, but these errors were encountered: