Sign inSign up

bentruyman/nginx

By bentruyman

•Updated about 11 years ago

nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP proxy server.

Image
0

590

bentruyman/nginx repository overview

⁠Nginx

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.

⁠Usage

docker run --rm -it \
  -p 80:80 \
  -v $(pwd):/usr/share/nginx/html \
  bentruyman/nginx:1.8.0 nginx

Tag summary

Content type

Image

Digest

sha256:5db5f18a8…

Size

2.9 MB

Last updated

about 11 years ago

docker pull bentruyman/nginx