Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 726 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 726 Bytes

OracleJDK 8 Docker image

This image is based on Alpine Linux image and contains OracleJDK 8.

You must accept the Oracle Binary Code License Agreement for Java SE to use this image.

Usage Example

$ docker run maocorte/alpine-oraclejdk8 sh -c "java -version"

Once you have run this command you will get printed the Java version informations!