Slim image (6 MB) of Nginx 1.8.0 running under Alpine Linux 3.2.
10K+
Slim image (6 MB) of Nginx 1.8.0 running under Alpine Linux 3.2.
docker run -p 80:80 chrisdaish/nginx
With bespoke configuration:
docker run -v <configPath>/nginx.conf:/etc/nginx/nginx.conf:ro \
-v <webrootPath:/usr/share/nginx/html:ro \
-v /var/log/nginx:/var/log/nginx:rw \
-v /etc/localtime:/etc/localtime:ro \
-p 80:80 \
chrisdaish/nginx
Content type
Image
Digest
sha256:ee8a7ca3d…
Size
3 MB
Last updated
almost 11 years ago
docker pull chrisdaish/nginx