docker pull igloo/nginx
Tags: https://hub.docker.com/r/igloo/nginx/tags/
docker run --rm -ti \
--name nginx \
-p 80:80 -p 443:443 \
-v pathConfig:/etc/nginx/conf.d \
igloo/nginx
Content type
Image
Digest
Size
219.1 MB
Last updated
over 9 years ago
docker pull igloo/nginx