Skip to content

Commit bed4b8b

Browse files
committed
1 parent 9faafea commit bed4b8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

developer-tools/java/chapters/ch03-build-image.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ b3b0e4> Hello World!
257257

258258
This is similar output when running the Java application using `java` CLI or the Docker container using `docker run` command.
259259

260+
The container is running in the foreground. Use `Ctrl` + `C` to interrupt the container and return back to terminal.
261+
260262
Only one change was required in the project to enable Docker packaging and running. A Maven profile is added in `pom.xml`:
261263

262264
[source, text]

0 commit comments

Comments
 (0)