Sign inSign up

whumphrey/docker-webserver

By whumphrey

Updated about 7 years ago

Image
0

7.9K

whumphrey/docker-webserver repository overview

Docker Small Web Server < 6 MB

This is a Minimal docker image/compose for nginx webserver for your static web pages. It's less than 7 MB in total.

USAGE

Clone the repository. Copy your static website into www folder

Docker
cd image
docker build -t smallserver .
docker run -v /path/to/your/static/www/:/www-data/ -p 8080:80 smallserver
docker run -p 8080:80 smallserver
Docker Compose
docker-compose build
docker-compose up -d

Tag summary

Content type

Image

Digest

Size

2.4 MB

Last updated

about 7 years ago

docker pull whumphrey/docker-webserver