Skip to content

Commit c438cf8

Browse files
committed
Updated README.md
1 parent 598dabd commit c438cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Java Dockerfile
22

33

4-
This repository contains **Dockerfile** of [Java](https://www.java.com/) for [Docker](https://www.docker.io/)'s [trusted build](https://index.docker.io/u/dockerfile/java/) published to the public [Docker Registry](https://index.docker.io/).
4+
This repository contains **Dockerfile** of [Java](https://www.java.com/) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/dockerfile/java/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
55

66

77
### Dependencies
@@ -29,9 +29,9 @@ For example, you can run a `Oracle Java 8` container with the following command:
2929

3030
### Installation
3131

32-
1. Install [Docker](https://www.docker.io/).
32+
1. Install [Docker](https://www.docker.com/).
3333

34-
2. Download [trusted build](https://index.docker.io/u/dockerfile/java/) from public [Docker Registry](https://index.docker.io/): `docker pull dockerfile/java`
34+
2. Download [automated build](https://registry.hub.docker.com/u/dockerfile/java/) from public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull dockerfile/java`
3535

3636
(alternatively, you can build an image from Dockerfile: `docker build -t="dockerfile/java" github.com/dockerfile/java`)
3737

0 commit comments

Comments
 (0)