| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains Dockerfile of Java for Docker's automated build published to the public Docker Hub Registry.
dockerfile/java provides multiple tagged images:
The java8 image has curl tool installed.
For example, you can run a Oracle Java 8 container with the following command:
docker run -it --rm dockerfile/java:oracle-java8 java -version
Install Docker.
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)
docker run -it --rm dockerfile/java
docker run -it --rm dockerfile/java java
docker run -it --rm dockerfile/java javac
| Back | FazBrowse Home | New Git URL |