Sign inSign up

alzoghby/website

By alzoghby

Updated almost 2 years ago

sample nginx webserver

Image
Web servers
1

101

alzoghby/website repository overview

this is nginx sample car website in html

to run this image

docker run --name name-of-container -d -p 8080:80  -v volume-name:/usr/share/nginx/html alzoghby/website
For docker file
FROM nginx
COPY . /usr/share/nginx/html

Tag summary

Content type

Image

Digest

sha256:b4eecc272

Size

71.7 MB

Last updated

almost 2 years ago

docker pull alzoghby/website