Sign inSign up

tvaughan/openjdk-jdk

By tvaughan

Updated over 10 years ago

openjdk 7,8,9 jdk in a docker container

Image
0

333

tvaughan/openjdk-jdk repository overview

Usage

Create a script called javac that looks like:

#!/bin/sh
docker run --rm -i -t -v $PWD:/mnt/workdir tvaughan/openjdk-jdk:8 javac "$@"

make it executable, and then run it.

Tag summary

Content type

Image

Digest

Size

267.8 MB

Last updated

over 10 years ago

docker pull tvaughan/openjdk-jdk:8