Created
May 5, 2025 20:17
-
-
Save dejurin/adf6f35f32b8d7737e4f68b8ead2dbd3 to your computer and use it in GitHub Desktop.
Revisions
-
dejurin created this gist
May 5, 2025 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Show logs for webapp container docker logs container # Show last 100 lines docker logs --tail 100 container # Follow logs in real time docker logs -f container