Skip to content

Commit a88a43d

Browse files
shariqahmkhandvdksn
authored andcommitted
Update multi-stage-builds.md
added command to view logs of running container Signed-off-by: David Karlsson <[email protected]>
1 parent aae93f6 commit a88a43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/docker-concepts/building-images/multi-stage-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`.
231231
1. Now that you have an image built, it's time to run the container.
232232
233233
```console
234-
$ docker run -d -p 8080:8080 spring-helloworld
234+
$ docker run -p 8080:8080 spring-helloworld
235235
```
236236
237237
You'll then see output similar to the following in the container log:

0 commit comments

Comments
 (0)