Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 670 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 670 Bytes

docker-nginx

This repository contains a Dockerfile of Nginx for Docker's automated build published to the public Docker Hub Registry.

Installation

  1. Install Docker.

  2. Download the automated build from the public Docker Hub Registry: docker pull uqlibrary/nginx

    (or, you can build an image from Dockerfile: `docker build -t uqlibrary/nginx .)

Usage

  1. Start the container:

    docker run uqlibrary/nginx

After few seconds, open http://<host> to see the result.