Skip to content

Instantly share code, notes, and snippets.

@rduque1
Created March 11, 2019 15:23
Show Gist options
  • Save rduque1/26991cd2117a661e4669dbf5403f4906 to your computer and use it in GitHub Desktop.
Save rduque1/26991cd2117a661e4669dbf5403f4906 to your computer and use it in GitHub Desktop.
Get size of docker logs
docker ps -qa | xargs docker inspect --format='{{.LogPath}}' | xargs ls -hl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment