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
docker system prune
# Löscht möglicherweise nicht alles
# d.h. danach nochmal prüfen ob noch images da sind
docker images
# und händisch löschen
docker rmi <image-name>