Reference : Stranger Things Wiki Page
-
Download the source folder
#wget https://github.com/phyominhtun1990/static-docker/archive/master.zip -O static-docker.zip
-
Build image from Dockerfile
#unzip static-docker.zip
#docker build -t image_name .
-
Run static web content with docker run command
#docker run -d -p 8080:80 image_name
-
On Web Browser