Open source reverse proxy server for HTTP, HTTPS
10M+
Dockerfiles for building Centos/Amazon Linux based Nginx LuaJIT image.
latest (1.14.0/Dockerfile)1.20.2 (1.13.4/Dockerfile)1.14.0 (1.14.0/Dockerfile)1.13.4 (1.13.4/Dockerfile)angular (1.11.10/Dockerfile)This image has been deprecated in favor of the automated nginx image provided. The upstream images are available to pull via docker.elastic.co/phenompeople/nginx:[version] like 1.13.4. The images found here will receive no further updates. Please adjust your usage accordingly.
1.11.10latestpodangularmicrosoft|---------------------------------|------------|------------|-------------|
| **Component Name** |**latest** |**1.14.0** | **1.13.9** |
|---------------------------------|------------|------------|-------------|
| Nginx - Core | 1.14.0 | 1.14.0 | 1.13.9 |
|---------------------------------|------------|------------|-------------|
| Open SSL | 1.1.1 | 1.1.1 | 1.0.2n |
|---------------------------------|------------|------------|-------------|
| PCRE | 8.42 | 8.42 | 8.41 |
|---------------------------------|------------|------------|-------------|
| ZLIB | 1.2.11 | 1.2.11 | 1.2.11 |
|---------------------------------|------------|------------|-------------|
| LUAJIT | 2.0.5 | 2.0.5 | 2.0.5 |
|---------------------------------|------------|------------|-------------|
| Nginx Dev Kit | v0.3.0 | v0.3.0 | v0.3.0 |
|---------------------------------|------------|------------|-------------|
| Nginx Lua Mod Version | v0.10.11 | v0.10.11 | v0.10.10 |
|---------------------------------|------------|------------|-------------|
| Nginx Sticky Module | master | master | N/A |
|---------------------------------|------------|------------|-------------|
| Nginx AJP Module | master | master | master |
|---------------------------------|------------|------------|-------------|
$ docker run --name=nginx -v /etc/nginx/conf.d:/etc/nginx/conf.d -v /usr/share/nginx/html:/usr/share/nginx/html -p 80:80 -td phenompeople/nginx:latest
Above command runs nginx container with port 80 mapped to host and connecting to static site and its respective configuration mapped
$ docker run --name=nginx -v /etc/nginx/conf.d:/etc/nginx/conf.d -p 80:80 -td phenompeople/nginx:latest
$ docker run --name=nginx -v /etc/nginx/conf.d:/etc/nginx/conf.d -v /etc/nginx/ssl:/etc/nginx/ssl -p 80:80 -p 443:443 -td phenompeople/nginx:latest
Above command runs nginx container with port 80 mapped to host and connecting to static site and its respective configuration mapped
$ docker run --restart=always --name=nginx -v /etc/nginx/conf.d:/etc/nginx/conf.d -v /usr/share/nginx/html:/usr/share/nginx/html -p 80:80 -td phenompeople/nginx:latest
License: Apache License
Author : Phenompeople Pvt Ltd ([email protected])
Content type
Image
Digest
Size
473.2 MB
Last updated
over 4 years ago
docker pull phenompeople/nginx