Last active
June 2, 2025 12:37
-
-
Save andrewpetrochenkov/021124942ea230ab855eb5192deb8f45 to your computer and use it in GitHub Desktop.
#docker #log
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
| # /var/lib/docker/containers/<container-id>/<container-id>-json.log | |
| docker logs $(docker inspect -f '{{.Id}}' NAME) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment