meteorhacks/java

Name: java

Owner: meteorhacks

Description: Java Dockerfile for trusted automated Docker builds.

Created: 2015-04-20 11:51:07.0

Updated: 2015-04-20 11:51:08.0

Pushed: 2015-04-08 18:34:46.0

Homepage: http://dockerfile.github.io/#/java

Size: 334

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Java Dockerfile

This repository contains Dockerfile of Java for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image
Docker Tags

dockerfile/java provides multiple tagged images:

For example, you can run a Oracle Java 8 container with the following command:

docker run -it --rm dockerfile/java:oracle-java8 java -version
Installation
  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull dockerfile/java

    (alternatively, you can build an image from Dockerfile: docker build -t="dockerfile/java" github.com/dockerfile/java)

Usage
docker run -it --rm dockerfile/java
Run java
docker run -it --rm dockerfile/java java
Run javac
docker run -it --rm dockerfile/java javac

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.