Skip to content

Commit 3bb4a43

Browse files
Update multi-stage-builds.md
committing suggested code
1 parent db6ad93 commit 3bb4a43

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,7 @@ Now that you have the project, you’re ready to create the `Dockerfile`.
233233
```console
234234
$ docker run -p 8080:8080 spring-helloworld
235235
```
236-
237-
2. To view logs of container
238-
```console
239-
$ docker logs <container_id>
240-
```
241-
236+
242237
You'll then see output similar to the following in the container log:
243238
244239
```plaintext

0 commit comments

Comments
 (0)