Skip to content

timelinelabs/docker-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker - Java

A minimal ubuntu based Docker container with Oracle Java SE JRE installed.

Version tags are based off the installed Java version.

Usage

Edit the Dockerfile to use the version of Java you need.

Build the container, and tag it with the Java version.

$ docker build -t='yourname/java:_version_'

Set up your Dockerfile to use this image

# in your Dockerfile
FROM yourname/java:_version_
...

Then build away!

About

Minimal ubuntu based container with java installed.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages