We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9faafea commit bed4b8bCopy full SHA for bed4b8b
developer-tools/java/chapters/ch03-build-image.adoc
@@ -257,6 +257,8 @@ b3b0e4> Hello World!
257
258
This is similar output when running the Java application using `java` CLI or the Docker container using `docker run` command.
259
260
+The container is running in the foreground. Use `Ctrl` + `C` to interrupt the container and return back to terminal.
261
+
262
Only one change was required in the project to enable Docker packaging and running. A Maven profile is added in `pom.xml`:
263
264
[source, text]
0 commit comments