Created
November 20, 2024 18:55
-
-
Save akramarev/c0e5342285d62de3fa8b2879d40e2b46 to your computer and use it in GitHub Desktop.
[tail all running docker container logs]
This file contains hidden or 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
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