https://hub.docker.com/r/pottava/nginx/
https://hub.docker.com/r/pottava/nginx/tags/
・latest (versions/1.11-lua/Dockerfile) ・1.11 (versions/1.11/Dockerfile) ・1.11-lua (versions/1.11-lua/Dockerfile) ・1.10 (versions/1.10/Dockerfile) ・1.10-lua (versions/1.10-lua/Dockerfile) ・1.8 (versions/1.8/Dockerfile) ・1.8-lua (versions/1.8-lua/Dockerfile)
If you have html contents, run with following commands
docker run --rm -p 80:80 -v $(pwd)/html:/etc/nginx/html pottava/nginx
If you want to change configurations (e.g. reverse-proxy mode), run with following commands
docker run --rm -p 80:80 -v $(pwd)/conf/nginx.conf:/etc/nginx/conf/nginx.conf pottava/nginx