This repository contains the dockerfile of Nginx for Docker's automated build published to the public Docker Hub Registry.
docker run -d -p 80:80 <repo>
docker run -d -p 80:80 -v <sites-enabled-dir>:/etc/nginx/conf.d -v <certs-dir>:/etc/nginx/certs -v <log-dir>:/var/log/nginx -v <html-dir>:/var/www/html <repo>
After a few seconds, open http://<host>
to see the welcome page.