From f8e4b797e594b3b2af82cf2efa9c914363f0d7f9 Mon Sep 17 00:00:00 2001 From: Kyle Gabriel <kyletgabriel@gmail.com> Date: Sun, 25 Apr 2021 17:10:27 -0400 Subject: [PATCH] update readme with command to view logs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9eefcbb..edc3338 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ Note: there is no security preventing someone from viewing this page if they hap ```docker ps``` +### View container log + +```docker logs flask_app``` + ### Start a shell in a docker container ```docker exec -i -t CONTAINER_ID /bin/bash```