To truncate the logs of the Containers which grows lager
It and see the how much it free space
sudo find /var/lib/docker/containers/ -type f -name "*.log" -exec truncate -s 0 {} \;
To truncate the logs of the Containers which grows lager
It and see the how much it free space
sudo find /var/lib/docker/containers/ -type f -name "*.log" -exec truncate -s 0 {} \;
No Comments Yet
Be the first to share your thoughts!