Skip to content

Instantly share code, notes, and snippets.

@akramarev
Created November 20, 2024 18:55
Show Gist options
  • Save akramarev/c0e5342285d62de3fa8b2879d40e2b46 to your computer and use it in GitHub Desktop.
Save akramarev/c0e5342285d62de3fa8b2879d40e2b46 to your computer and use it in GitHub Desktop.
[tail all running docker container logs]
docker ps -q | xargs -L 1 -P `docker ps | wc -l` docker logs --since 30s -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment