Docker: clean up

  | #docker

Use the snippet to clean up old and stale containers and images

docker system prune -f --filter "until=24h" [--volume]
                    |    |---  older than 24 h 
                    |---------   do not ask confirmation

Docker CLI reference

About Vladislav Bochenin

Photo of Vladislav Bochenin

Writing code more than 18 years and raising a son last 9 years.
So I more experienced in coding than raising.