Sign inSign up

kmelkez/nginx

By kmelkez

Updated over 11 years ago

Nginx image to build a lightweight container and expose configuration via volume.

Image
0

4.3K

kmelkez/nginx repository overview

Nginx server

Lightweight Nginx image for running a non-daemonized container (process in foreground). The simple way to configure this container is to mount a volume (your/nginx/configuration/path to /etc/nginx).

docker run -d -v /your/nginx/configuration/path:/etc/nginx kmelkez/nginx

Symlink in sites-enabled folder are automatically created based on your sites-available content.

If you want to build a PHP container too, take a look kmelkez/php-fpm5.6

Tag summary

Content type

Image

Digest

sha256:955c3a182

Size

-

Last updated

over 11 years ago

docker pull kmelkez/nginx