This repository contains the myapp example from Docker in Action, chapter 3.
For the first edition, you can build the images with:
docker build -t dockerinaction/ch3_myapp:java6 ./j6/
docker build -t dockerinaction/ch3_myapp:java7 ./j7/
For the second edition, you can build the images with:
docker build -t dockerinaction/ch3_myapp:java11 ./j11/