Update multi-stage-builds.md

added command to view logs of running container

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
Shariq Ahmed Khan 2024-12-13 10:47:12 +01:00 committed by David Karlsson
parent aae93f671a
commit a88a43d580
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ Now that you have the project, youre ready to create the `Dockerfile`.
1. Now that you have an image built, it's time to run the container.
```console
$ docker run -d -p 8080:8080 spring-helloworld
$ docker run -p 8080:8080 spring-helloworld
```
You'll then see output similar to the following in the container log: