Skip to content

Instantly share code, notes, and snippets.

@oguzkaganeren
Created February 6, 2022 14:08
Show Gist options
  • Save oguzkaganeren/6fcfeed04a241cc5e4c38b5c4b3d4f14 to your computer and use it in GitHub Desktop.
Save oguzkaganeren/6fcfeed04a241cc5e4c38b5c4b3d4f14 to your computer and use it in GitHub Desktop.
Clear docker container log files
sudo sh -c "truncate -s 0 /var/lib/docker/containers/*/*-json.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment