Skip to content

Commit d19959f

Browse files
authored
Update 02_our_app.md (#21631)
add 'useful' missing info about detached mode <!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
2 parents b8aaf24 + ac47c3f commit d19959f

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)