Search Docker Hub
nginx
By bentruyman
nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.
590
nginx [engine x] 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 \ bentruyman/nginx:1.8.0 nginx
Content type
Image
Digest
sha256:5db5f18a8…
Size
2.9 MB
Last updated
about 11 years ago
docker pull bentruyman/nginx