nginx ("engine x") is an HTTP web server, reverse proxy, content cache, load balancer, TCP/UDP proxy server, and mail proxy server. Originally written by Igor Sysoev and distributed under the 2-clause BSD License.
docker run -d --name nginx -p 80:80 honeok/nginx:alpine
Bundled dynamic modules are installed in /usr/lib/nginx/modules, with /etc/nginx/modules linked to the same location, following the layout of the official NGINX Alpine image.
To enable a bundled dynamic module, edit the NGINX configuration file:
vim /etc/nginx/nginx.conf
load_module modules/<module>.so;
For configuration details, see the official documentation.
Thanks to the NGINX team and the maintainers of the third-party modules included in this image.
This is an independent, unofficial build and is not affiliated with or endorsed by F5, Inc. or the NGINX project.
NGINX® is a registered trademark of F5, Inc..
Content type
Image
Digest
sha256:e31a23f3e…
Size
11.6 MB
Last updated
4 days ago
docker pull honeok/nginx:1.31.6-alpine