Sign inSign up

nboost/nginx

By nboost

Updated over 4 years ago

nginx server listening on port 8080

Image
0

1.1K

nboost/nginx repository overview

nginx Server on port 8080

Execute : mkdir log 2>/dev/null && mkdir html 2>/dev/null chmod o+w log && chmod o+w html

  1. 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

  2. With Defaut html files : docker container run -d --name nginx -p 8080:8080 -v $PWD/log:/var/log/nginx nboost/nginx

Tag summary

Content type

Image

Digest

Size

51.3 MB

Last updated

over 4 years ago

docker pull nboost/nginx