Created
December 25, 2017 10:50
-
-
Save TemaSM/360e72a0da7c079c1e757f2179e867f7 to your computer and use it in GitHub Desktop.
Clear Docker Containers logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo find /var/lib/docker/containers/ -type f -name '*-json.log' -delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment