Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.09 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.09 KB

Minified Docker image with Java 8 and Python 2.7

A basic Docker image to run Java and Python applications.

This image is:

Why?

Because I needed to create a fat container to run multiple Java processes that are supervised by a python script.

Details

  • Installs 'Oracle Java 8'
  • Installs 'Python 2.7.14'
  • Installs 'glibc-2.26'
  • Installs 'bash'
  • Installs 'curl'

Tags

Latest Oracle Java 8 Server-JRE:

  • latest
  • 8
  • 8_server-jre
  • 8_server-jre_unlimited

Latest Oracle Java 8 JDK (plus DCEVM variant)

  • 8_jdk
  • 8_jdk_unlimited
  • 8_jdk-dcevm
  • 8_jdk-dcevm_unlimited

Usage

Start a Python interpreter

docker run --rm -it omahoco1/alpine-java-python python

Run Java

docker run --rm omahoco1/alpine-java-python java -version