Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 209 Bytes

delete-everything.md

File metadata and controls

12 lines (9 loc) · 209 Bytes

Remove unused data

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>