Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 635 Bytes

File metadata and controls

21 lines (14 loc) · 635 Bytes

App/Dynamic Class Data Sharing (CDS) with Docker

The demo is based on spring-petclinic project.

Note: This uses the Docker multi-stage build approach to copy the AppCDS to the BUILD Docker imagine

Build and launch the application Docker container (this could take a significant amount of time because no cache is used)

cd spring-petclinic/
./bootstrap.sh

Or just launch the application Docker container (this assumes there is an already built image):

./bootstrap.sh --launch