Sign inSign up

dylanfoster/nginx

By dylanfoster

Updated over 10 years ago

Image
0

9.5K

dylanfoster/nginx repository overview

Nginx

nginx 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 \
  dylanfoster/nginx:1.9.0 nginx

Tag summary

Content type

Image

Digest

sha256:cf08e4901

Size

12.4 MB

Last updated

over 10 years ago

docker pull dylanfoster/nginx