Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 460 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 460 Bytes

Minified Docker image with Java 6

Inspired by the excellent anapsix Docker Alpine Java images.

Basic Docker Alpine Linux image for running Java 6 applications, it is much smaller than the official Java 6 image (175 MB vs 420 MB) which is based on a Debian image.

Usage

Example:

docker run -it --rm ticketfly/java:6 java -version