twtrubiks/docker-tutorial

Some useful tips

Kuanlin-Chen opened this issue · 1 comments

Remove dangling images.

docker image prune

Remove all unused images and dangling images.

docker image prune -a

Remove all stopped containers.

docker container prune

@Kuanlin-Chen 謝謝提供資訊 , 我會再把他補進文章中 .