A Dockerfile that produces a Docker Image for Java 7.
To create the image frodenas/java7, execute the following command on the docker-java7 folder:
$ docker build -t frodenas/java7 .
To run the image:
$ docker run -ti --rm --name java7 frodenas/java7
Copyright (c) 2014 Ferran Rodenas. See LICENSE for details.
Content type
Image
Digest
sha256:996ae939b…
Size
214.7 MB
Last updated
over 9 years ago
docker pull frodenas/java7