Skip to content

Instantly share code, notes, and snippets.

@serhiinkh
Created December 17, 2021 14:07
Show Gist options
  • Save serhiinkh/0cee68c67dc9084fa2aae37de2f56010 to your computer and use it in GitHub Desktop.
Save serhiinkh/0cee68c67dc9084fa2aae37de2f56010 to your computer and use it in GitHub Desktop.
Clear docker logs on mac
clear_docker_logs() {
echo "truncate -s 0 /var/lib/docker/containers/*/*-json.log; exit" | nc -U ~/Library/Containers/com.docker.docker/Data/debug-shell.sock
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment