Forum Navigation
You need to log in to create posts and topics.

Delete Exited containers and old image

Problem

User wants to remove old containers and images

Solution

run the following command

docker system prune -a

run automatically via cron

0 10 * * 2 yes | docker system prune -a