Minified Docker image with Java 8 over Alpine 3.6 with Python 2.7
10K+
A basic Docker image to run Java and Python applications.
This image is:
Because I needed to create a fat container to run multiple Java processes that are supervised by a python script.
Latest Oracle Java 8 Server-JRE:
Latest Oracle Java 8 JDK (plus DCEVM variant)
Start a Python interpreter
docker run --rm -it omahoco1/alpine-java-python python
Run Java
docker run --rm omahoco1/alpine-java-python java -version
Content type
Image
Digest
Size
68.4 MB
Last updated
almost 9 years ago
docker pull omahoco1/alpine-java-python