Some useful tips
Kuanlin-Chen opened this issue · 1 comments
Kuanlin-Chen commented
Remove dangling images.
docker image prune
Remove all unused images and dangling images.
docker image prune -a
Remove all stopped containers.
docker container prune
twtrubiks commented
@Kuanlin-Chen 謝謝提供資訊 , 我會再把他補進文章中 .