Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

GoodforGod/docker-debian-jre10-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Debian Oracle JRE 10

Docker Debian image with Oracle JRE 10.0.2 (237MB)

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

Image

Image contains cleaned Oracle JRE 10.0.2 version without desktop, sources and other unnecessary stuff except JVM. So image have all JVM parts to run Java applications in Docker containers.

Image contains only Java Runtime Environment, so you must have compiled Java application.

Tags:

lastest or stretch

sid

Usage

Image have docker USER named app so you can use it for your application.

Just add code below in your Dockerfile to use start your application as a user app

USER app

Check example folder for Dockerfile example of image usage.