Sign inSign up

pulse00/java

By pulse00

Updated almost 11 years ago

Image
1

1.8K

pulse00/java repository overview

Java Dockerfile

Based on https://github.com/dockerfile/java, replaced ubuntu 12.04 with 13.10.

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

Dependencies
Installation
  1. Install Docker.

  2. Download trusted build from public Docker Registry: docker pull pulse00/java

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

Usage
docker run -i -t pulse00/java bash
Run java
docker run -i -rm -t pulse00/java
Run javac
docker run -i -rm -t pulse00/java javac

Tag summary

Content type

Image

Digest

sha256:307d854e4

Size

344.2 MB

Last updated

almost 11 years ago

docker pull pulse00/java