From ac47c3f3fa88a642ff991b47c073faf729bc7609 Mon Sep 17 00:00:00 2001 From: Shariq Ahmed Khan Date: Sat, 14 Dec 2024 09:15:47 +0100 Subject: [PATCH] Update 02_our_app.md add 'useful' missing info about detached mode --- content/get-started/workshop/02_our_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/workshop/02_our_app.md b/content/get-started/workshop/02_our_app.md index 0e2ee0bbc5ad..9d05ba5fc112 100644 --- a/content/get-started/workshop/02_our_app.md +++ b/content/get-started/workshop/02_our_app.md @@ -104,7 +104,7 @@ Now that you have an image, you can run the application in a container using the The `-d` flag (short for `--detach`) runs the container in the background. This means that Docker starts your container and returns you to the terminal - prompt. + prompt. Also, it does not display logs in the terminal. The `-p` flag (short for `--publish`) creates a port mapping between the host and the container. The `-p` flag takes a string value in the format of