This repository contains Dockerfile of Nginx for Docker's trusted build published to the public Docker Registry.
-
Install Docker.
-
Download trusted build from public Docker Registry:
docker pull dockerfile/nginx
(alternatively, you can build an image from Dockerfile:
docker build -t="dockerfile/nginx" .
)
docker run -i -p 80:80 -t dockerfile/nginx bash