File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,6 @@ This repository contains **Dockerfile** of [Java](https://www.java.com/) for [Do
99* [ dockerfile/ubuntu] ( http://dockerfile.github.io/#/ubuntu )
1010
1111
12- ### Installation
13-
14- 1 . Install [ Docker] ( https://www.docker.io/ ) .
15-
16- 2 . Download [ trusted build] ( https://index.docker.io/u/dockerfile/java/ ) from public [ Docker Registry] ( https://index.docker.io/ ) : ` docker pull dockerfile/java `
17-
18- (alternatively, you can build an image from Dockerfile: ` docker build -t="dockerfile/java" github.com/dockerfile/java ` )
19-
20-
2112### Docker Tags
2213
2314` dockerfile/java ` provides multiple tagged images:
@@ -36,6 +27,15 @@ For example, you can run a `Oracle Java 8` container with the following command:
3627 docker run -it --rm dockerfile/java:oracle-java8 java -version
3728
3829
30+ ### Installation
31+
32+ 1 . Install [ Docker] ( https://www.docker.io/ ) .
33+
34+ 2 . Download [ trusted build] ( https://index.docker.io/u/dockerfile/java/ ) from public [ Docker Registry] ( https://index.docker.io/ ) : ` docker pull dockerfile/java `
35+
36+ (alternatively, you can build an image from Dockerfile: ` docker build -t="dockerfile/java" github.com/dockerfile/java ` )
37+
38+
3939### Usage
4040
4141 docker run -it --rm dockerfile/java
You can’t perform that action at this time.
0 commit comments