Skip to content

Commit 6f511a7

Browse files
committed
Updated README.md
1 parent 04409c0 commit 6f511a7

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
## Nginx Dockerfile
22

33

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

66

77
### Dependencies
@@ -11,9 +11,9 @@ This repository contains **Dockerfile** of [Nginx](http://nginx.org/) for [Docke
1111

1212
### Installation
1313

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

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

1818
(alternatively, you can build an image from Dockerfile: `docker build -t="dockerfile/nginx" github.com/dockerfile/nginx`)
1919

0 commit comments

Comments
 (0)