Nginx image to build a lightweight container and expose configuration via volume.
4.3K
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
Content type
Image
Digest
sha256:955c3a182…
Size
-
Last updated
over 11 years ago
docker pull kmelkez/nginx