Skip to content

Commit 598dabd

Browse files
committed
Moved Docker Tags section above Installation section.
1 parent 8352cbc commit 598dabd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)