A production ready nginx image with a minimal set of modules enabled.
2.4K
Nginx docker image compiled with the following modules enabled:
--with-stream
--with-http_ssl_module
--with-http_v2_module
--with-http_stub_status_module
For more information, check out the project on GitHub.
docker run --name static -p 8080:80 -v /directory/statics:/usr/local/nginx/html/:ro -d dcarrillo/nginx
docker run --name custom_nginx -p 8080:80 -v $PWD/nginx.conf:/usr/local/nginx/conf/nginx.conf:ro -d dcarrillo/nginx
Content type
Image
Digest
sha256:06e9840f2…
Size
7.9 MB
Last updated
2 months ago
docker pull dcarrillo/nginx