Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Chapter 12 - Running Java in Containers

Ch12

This directory contains multiple examples building Docker images using Gradle and Maven.

Each individual subproject has its own README with the specific Docker related commands for running them. Running these commands requires any recent version of Docker to be available.

  • docker-gradle - Basic Gradle application packaged in Docker
  • docker-gradle-multi - Gradle application with multi-stage Docker build
  • docker-maven - Basic Maven application packaged in Docker