twtrubiks / docker-tutorial

Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some useful tips

Kuanlin-Chen opened this issue · comments

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

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