Nginx
nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server, originally written by Igor Sysoev.
docker run --rm -it \
-p 80:80 \
-v $(pwd):/usr/share/nginx/html \
dylanfoster/nginx:1.9.0 nginx
Content type
Image
Digest
sha256:cf08e4901…
Size
12.4 MB
Last updated
over 10 years ago
docker pull dylanfoster/nginx