From a88a43d58032b84ef54214c020e8947534bf2245 Mon Sep 17 00:00:00 2001 From: Shariq Ahmed Khan Date: Fri, 13 Dec 2024 10:47:12 +0100 Subject: [PATCH] Update multi-stage-builds.md added command to view logs of running container Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .../docker-concepts/building-images/multi-stage-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/docker-concepts/building-images/multi-stage-builds.md b/content/get-started/docker-concepts/building-images/multi-stage-builds.md index 7e45aa8f81..0de903ee20 100644 --- a/content/get-started/docker-concepts/building-images/multi-stage-builds.md +++ b/content/get-started/docker-concepts/building-images/multi-stage-builds.md @@ -231,7 +231,7 @@ Now that you have the project, you’re 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: