From 7f03077db1947498ec4b684db1633547c48e599a Mon Sep 17 00:00:00 2001 From: dancallan Date: Mon, 10 Sep 2018 14:53:56 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba0e5e0..1edd7c7 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ This repository contains a Dockerfile of Nginx for Docker's automated build publ 1. Install [Docker](https://www.docker.com/). -2. Download the [automated build](https://registry.hub.docker.com/u/uqlibrary/nginx/) from the public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull uqlibrary/docker-nginx` +2. Download the [automated build](https://registry.hub.docker.com/u/uqlibrary/nginx/) from the public [Docker Hub Registry](https://registry.hub.docker.com/): `docker pull uqlibrary/nginx` - (or, you can build an image from Dockerfile: `docker build -t uqlibrary/docker-nginx .) + (or, you can build an image from Dockerfile: `docker build -t uqlibrary/nginx .) ### Usage