Skip to content

Commit ac47c3f

Browse files
Update 02_our_app.md
add 'useful' missing info about detached mode
1 parent b8aaf24 commit ac47c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/workshop/02_our_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Now that you have an image, you can run the application in a container using the
104104

105105
The `-d` flag (short for `--detach`) runs the container in the background.
106106
This means that Docker starts your container and returns you to the terminal
107-
prompt.
107+
prompt. Also, it does not display logs in the terminal.
108108

109109
The `-p` flag (short for `--publish`) creates a port mapping between the
110110
host and the container. The `-p` flag takes a string value in the format of

0 commit comments

Comments
 (0)