Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-gupta committed Jun 9, 2017
1 parent 9faafea commit bed4b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions developer-tools/java/chapters/ch03-build-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ b3b0e4> Hello World!

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

The container is running in the foreground. Use `Ctrl` + `C` to interrupt the container and return back to terminal.

Only one change was required in the project to enable Docker packaging and running. A Maven profile is added in `pom.xml`:

[source, text]
Expand Down

0 comments on commit bed4b8b

Please sign in to comment.