nginx Server on port 8080
Execute : mkdir log 2>/dev/null && mkdir html 2>/dev/null chmod o+w log && chmod o+w html
With custom html files : docker container run -d --name nginx -p 8080:8080 -v $PWD/log:/var/log/nginx -v $PWD/html:/usr/share/nginx/html nboost/nginx
With Defaut html files : docker container run -d --name nginx -p 8080:8080 -v $PWD/log:/var/log/nginx nboost/nginx
Content type
Image
Digest
Size
51.3 MB
Last updated
over 4 years ago
docker pull nboost/nginx